Click or drag to resize

ContactDetails(IContactDetails) Constructor

Car Delivery Network
Initializes a new instance of the ContactDetails class with fields copied from the specified contact

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
C#
public ContactDetails(
	IContactDetails c
)

Parameters

c  IContactDetails
The contact to copy into this new instance
See Also