This commit is contained in:
@@ -29,13 +29,13 @@ namespace AyaNova.Models
|
||||
public string WebAddress { get; set; }
|
||||
public string PopUpNotes { get; set; }
|
||||
public bool BillHeadOffice { get; set; }
|
||||
public long? HeadOfficeID { get; set; }
|
||||
public long? HeadOfficeId { get; set; }
|
||||
public string TechNotes { get; set; }
|
||||
public string AccountNumber { get; set; }
|
||||
public bool UsesBanking { get; set; }
|
||||
public long? ContractID { get; set; }
|
||||
public long? ContractId { get; set; }
|
||||
public DateTime? ContractExpires { get; set; }
|
||||
public long? DefaultServiceTemplateID { get; set; }
|
||||
public long? DefaultServiceTemplateId { get; set; }
|
||||
//[Phone]
|
||||
public string Phone1 { get; set; }
|
||||
// [Phone]
|
||||
|
||||
Reference in New Issue
Block a user