This commit is contained in:
2021-03-05 21:38:13 +00:00
parent b4b792187b
commit d206fac03d
3 changed files with 158 additions and 8 deletions

View File

@@ -49,6 +49,9 @@ namespace AyaNova.Models
public string WarrantyTerms { get; set; }
public bool UsesBanking { get; set; }
public long? ContractId { get; set; }
[NotMapped]
public string ContractViz { get; set; }
public DateTime? ContractExpires { get; set; }
public bool Metered { get; set; }
public bool LifeTimeWarranty { get; set; }
public string Text1 { get; set; }