This commit is contained in:
@@ -35,6 +35,13 @@ namespace AyaNova.Models
|
|||||||
public long? ContractID { get; set; }
|
public long? ContractID { get; set; }
|
||||||
public DateTime? ContractExpires { get; set; }
|
public DateTime? ContractExpires { get; set; }
|
||||||
public long? DefaultServiceTemplateID { get; set; }
|
public long? DefaultServiceTemplateID { get; set; }
|
||||||
|
public string Phone1 { get; set; }
|
||||||
|
public string Phone2 { get; set; }
|
||||||
|
public string Phone3 { get; set; }
|
||||||
|
public string Phone4 { get; set; }
|
||||||
|
public string Phone5 { get; set; }
|
||||||
|
[EmailAddress]
|
||||||
|
public string EmailAddress { get; set; }
|
||||||
|
|
||||||
|
|
||||||
public Customer()
|
public Customer()
|
||||||
|
|||||||
Reference in New Issue
Block a user