This commit is contained in:
2020-03-18 19:56:58 +00:00
parent 6253a838f6
commit c99eed383f
8 changed files with 13 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ namespace AyaNova.Models
public uint ConcurrencyToken { get; set; }
[Required]
public long UserId { get; set; }//only relevant if non-public for fetching either in picklist or single (public true OR userid matches)
public long UserId { get; set; }//only relevant if non-public for fetching either in list or single (public true OR userid matches)
[Required, MaxLength(255)]
public string Name { get; set; }//max 255 characters ascii set
[Required]