This commit is contained in:
2020-11-10 19:59:37 +00:00
parent b02f38078d
commit 1d88ed0778

View File

@@ -35,6 +35,13 @@ namespace AyaNova.Models
public long? ContractID { get; set; }
public DateTime? ContractExpires { 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()