This commit is contained in:
2021-04-13 00:29:42 +00:00
parent a50d80b7eb
commit 835709c981
2 changed files with 13 additions and 10 deletions

View File

@@ -19,7 +19,9 @@ namespace AyaNova.Models
[Required]
public long UserId { get; set; }
//UTILITY FIELDS
//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