This commit is contained in:
2019-05-20 19:03:50 +00:00
parent 403b96670f
commit 7d11399574
7 changed files with 27 additions and 37 deletions

View File

@@ -10,8 +10,7 @@ namespace AyaNova.Models
{
public long Id { get; set; }
public uint ConcurrencyToken { get; set; }
[Required]
public long OwnerId { get; set; }
[Required]
public bool Active { get; set; }
[Required, MaxLength(255)]