This commit is contained in:
2021-01-05 19:26:15 +00:00
parent e6110d0a0e
commit f7b421806d
2 changed files with 6 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ namespace AyaNova.Models
[Required]
public string Name { get; set; }
[Required]
public bool Active { get; set; }
public string Notes { get; set; }
public string Wiki { get; set; }