This commit is contained in:
2018-08-29 18:06:36 +00:00
parent ff52897b49
commit 35e5183543
3 changed files with 5 additions and 1 deletions

View File

@@ -86,6 +86,9 @@ namespace AyaNova.Biz
//Pass off the JSON data from the import file into the import job item by item
//USERS - Import first so all other objects can be properly attributed in event log
//IMPORT REGIONS AS TAGS
await DoImport("GZTW.AyaNova.BLL.Region", AyaType.Tag, job.GId, importMap, importFileName, zipEntries);