This commit is contained in:
@@ -47,13 +47,19 @@ namespace AyaNova.Models
|
||||
public bool OverrideModelWarranty { get; set; }
|
||||
public int? WarrantyLength { get; set; }//MONTHS
|
||||
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; }
|
||||
[NotMapped]
|
||||
public long LastMeterViz { get; set; }
|
||||
[NotMapped]
|
||||
public DateTime? LastMeterDateViz { get; set; }
|
||||
[NotMapped]
|
||||
public string LastMeterNotesViz { get; set; }
|
||||
public bool LifeTimeWarranty { get; set; }
|
||||
public string Text1 { get; set; }
|
||||
public string Text2 { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user