This commit is contained in:
2021-06-02 19:18:23 +00:00
parent d61ad5d19f
commit dc28e3a3ce
15 changed files with 11 additions and 74 deletions

View File

@@ -24,9 +24,7 @@ namespace AyaNova.Models
public string UserViz { get; set; }
//UTILITY FIELDS
[NotMapped]
// public bool IsDirty { get; set; } = false;//never dirty coming from the server
//related
[JsonIgnore]//internal only here at server not used by client
public WorkOrderStatus WorkOrderStatus { get; set; }