Class CreateContact
The create Contact details.
[DataContract]
public class CreateContact
- Inheritance
-
CreateContact
- Inherited Members
Properties
Gets or sets the Email.
[DataMember(Name = "email", EmitDefaultValue = true)]
public string Email { get; set; }
Property Value
Id
Gets or sets the Id.
[DataMember(Name = "id", EmitDefaultValue = true)]
public string Id { get; set; }