This commit is contained in:
2021-02-23 00:53:58 +00:00
parent 5f3ed28677
commit 3d42aafadc
8 changed files with 17 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ namespace AyaNova.Models
public long Id { get; set; }
public uint Concurrency { get; set; }
[Required]
[Required]//this is only affordance to open in UI so always needs a value
public string Description { get; set; }
[Required]
public DateTime EntryDate { get; set; }