This commit is contained in:
@@ -58,12 +58,12 @@ namespace AyaNova.Models
|
||||
public Customer Customer { get; set; }
|
||||
[JsonIgnore]
|
||||
public UnitModel UnitModel { get; set; }
|
||||
[JsonIgnore]
|
||||
public Unit ParentUnit { get; set; }
|
||||
// [JsonIgnore]
|
||||
// public Unit ParentUnit { get; set; }
|
||||
[JsonIgnore]
|
||||
public Vendor PurchasedFromVendor { get; set; }
|
||||
[JsonIgnore]
|
||||
public Unit ReplacedByUnit { get; set; }
|
||||
// [JsonIgnore]
|
||||
// public Unit ReplacedByUnit { get; set; }
|
||||
|
||||
|
||||
}//eoc
|
||||
|
||||
Reference in New Issue
Block a user