This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user