This commit is contained in:
2018-09-06 22:50:26 +00:00
parent 3afbb96fca
commit 17e07b3c6c
2 changed files with 9 additions and 1 deletions

View File

@@ -35,6 +35,9 @@ namespace AyaNova.Biz
//CREATE
internal async Task<TagGroupMap> CreateAsync(TagGroupMapInfo inObj)
{
//TODO: see if already present and just return inObj if so
if(ct.TagGroupMap.Any().where)
Validate(inObj, true);
if (HasErrors)