This commit is contained in:
2020-04-13 20:24:05 +00:00
parent 080602adc7
commit 8eb7c7681e
8 changed files with 19 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ namespace AyaNova.Biz
return new UserBiz(dbcontext, userId, ServerBootConfig.AYANOVA_DEFAULT_TRANSLATION_ID, roles);
case AyaType.Widget:
return new WidgetBiz(dbcontext, userId, ServerBootConfig.AYANOVA_DEFAULT_TRANSLATION_ID, roles);
case AyaType.JobOperations:
case AyaType.ServerJob:
return new JobOperationsBiz(dbcontext, userId, roles);
case AyaType.AyaNova7Import:
return new ImportAyaNova7Biz(dbcontext, userId, roles);