This commit is contained in:
2018-09-07 16:34:05 +00:00
parent 17e07b3c6c
commit 5e336762f6
6 changed files with 118 additions and 15 deletions

View File

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