This commit is contained in:
2021-07-08 18:39:15 +00:00
parent 00cba9b58b
commit ee43062a35
3 changed files with 46 additions and 30 deletions

View File

@@ -33,7 +33,7 @@ namespace AyaNova.Models
public DateTime? IntroducedDate { get; set; }
public bool Discontinued { get; set; }
public DateTime? DiscontinuedDate { get; set; }
public int? WarrantyLength { get; set; }
public int? WarrantyLength { get; set; }//MONTHS
public string WarrantyTerms { get; set; }
public UnitModel()