This commit is contained in:
@@ -30,10 +30,14 @@ namespace AyaNova.Models
|
||||
public string PopUpNotes { get; set; }
|
||||
public bool BillHeadOffice { get; set; }
|
||||
public long? HeadOfficeId { get; set; }
|
||||
[NotMapped]
|
||||
public string HeadOfficeViz { get; set; }
|
||||
public string TechNotes { get; set; }
|
||||
public string AccountNumber { get; set; }
|
||||
public bool UsesBanking { get; set; }
|
||||
public long? ContractId { get; set; }
|
||||
[NotMapped]
|
||||
public string ContractViz { get; set; }
|
||||
public DateTime? ContractExpires { get; set; }
|
||||
public long? DefaultServiceTemplateId { get; set; }
|
||||
public string Phone1 { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user