This commit is contained in:
@@ -30,6 +30,10 @@ namespace AyaNova.Models
|
||||
public DateTime? RequestDate { get; set; }
|
||||
public bool WarrantyService { get; set; } = false;
|
||||
public int Sequence { get; set; }
|
||||
|
||||
//workaround for notification
|
||||
[NotMapped, JsonIgnore]
|
||||
public string Name { get; set; }
|
||||
|
||||
//Principle
|
||||
[JsonIgnore]
|
||||
|
||||
Reference in New Issue
Block a user