This commit is contained in:
2018-12-07 16:06:58 +00:00
parent 5fc348e3cf
commit 45d7051804
5 changed files with 113 additions and 139 deletions

View File

@@ -20,7 +20,7 @@ namespace AyaNova.Models
[Required]
public AyaType ObjectType { get; set; }
public bool InName { get; set; }
public bool InTags { get; set; }
}
}