This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user