This commit is contained in:
@@ -50,8 +50,8 @@ namespace AyaNova.Models
|
||||
public NotifyEvent()
|
||||
{
|
||||
Created = EventDate = DateTime.UtcNow;
|
||||
IdValue = 0;
|
||||
DecValue = 0;
|
||||
// IdValue = 0;
|
||||
// DecValue = 0;
|
||||
AyaType = AyaType.NoType;
|
||||
ObjectId = 0;
|
||||
Name = string.Empty;
|
||||
|
||||
@@ -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