This commit is contained in:
2021-07-08 20:22:29 +00:00
parent a70b28e6d6
commit 8f0b9252ce

View File

@@ -47,6 +47,8 @@ namespace AyaNova.Models
public bool OverrideModelWarranty { get; set; }
public int? WarrantyLength { get; set; }//MONTHS
public string WarrantyTerms { get; set; }
[NotMapped]
public string WarrantyViz { get; set; }
// public bool UsesBanking { get; set; }
public long? ContractId { get; set; }
[NotMapped]