Click or drag to resize

AddressDto(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the AddressDto class

Namespace: Resto.Front.Api.Data.Brd
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
protected AddressDto(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
 
context  StreamingContext
 
See Also