This commit is contained in:
2020-12-14 19:39:55 +00:00
parent de0d5d35d0
commit 86ba1fab4d
2 changed files with 2 additions and 3 deletions

View File

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