This commit is contained in:
2021-04-01 23:39:50 +00:00
parent bacef71d48
commit f608a514fc
11 changed files with 62 additions and 17 deletions

View File

@@ -20,6 +20,9 @@ namespace AyaNova.Models
public long? CompletedByUserId { get; set; }
public DateTime? CompletedDate { get; set; }
//UTILITY FIELDS
[NotMapped]
public bool IsDirty { get; set; } = false;//never dirty coming from the server
[Required]