This commit is contained in:
2021-01-13 01:06:09 +00:00
parent 66873d8d43
commit e0d8aaf8c7
2 changed files with 7 additions and 4 deletions

View File

@@ -15,7 +15,6 @@ namespace AyaNova.Models
public long Id { get; set; }
public uint Concurrency { get; set; }
public string Name { get; set; }
[Required]
public bool Active { get; set; }