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