This commit is contained in:
@@ -33,7 +33,7 @@ namespace AyaNova.Biz
|
||||
case AyaType.DataListSavedFilter:
|
||||
return new DataListSavedFilterBiz(ct, userId, translationId, roles);
|
||||
case AyaType.FormCustom:
|
||||
return new FormCustomBiz(ct, userId, translationId, roles);
|
||||
return new FormCustomBiz(ct, userId, translationId, roles);
|
||||
case AyaType.FileAttachment:
|
||||
return new AttachmentBiz(ct, userId, roles);
|
||||
case AyaType.Customer:
|
||||
@@ -147,8 +147,8 @@ namespace AyaNova.Biz
|
||||
return new TaskGroupBiz(ct, userId, translationId, roles);
|
||||
case AyaType.UnitMeterReading:
|
||||
return new UnitMeterReadingBiz(ct, userId, translationId, roles);
|
||||
|
||||
|
||||
case AyaType.Report:
|
||||
return new ReportBiz(ct, userId, translationId, roles);
|
||||
default:
|
||||
throw new System.NotSupportedException($"AyaNova.BLL.BizObjectFactory::GetBizObject type {ayaType.ToString()} is not supported");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user