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: 3.2.3062.0 (3.2.3062)
Syntax
C#
public ContactDetails( IContactDetails c )
Parameters
- c
- Type: IContactDetails
The contact to copy into this new instance
See Also