This commit is contained in:
@@ -53,6 +53,19 @@ namespace Sockeye.Biz
|
||||
return new CustomerNotifySubscriptionBiz(ct, userId, translationId, roles);
|
||||
case SockType.Report:
|
||||
return new ReportBiz(ct, userId, translationId, roles);
|
||||
case SockType.License:
|
||||
return new LicenseBiz(ct, userId, translationId, roles);
|
||||
case SockType.TrialLicenseRequest:
|
||||
return new TrialLicenseRequestBiz(ct, userId, translationId, roles);
|
||||
case SockType.SubscriptionServer:
|
||||
return new SubscriptionServerBiz(ct, userId, translationId, roles);
|
||||
case SockType.Purchase:
|
||||
return new PurchaseBiz(ct, userId, translationId, roles);
|
||||
case SockType.Product:
|
||||
return new ProductBiz(ct, userId, translationId, roles);
|
||||
case SockType.GZCase:
|
||||
return new GZCaseBiz(ct, userId, translationId, roles);
|
||||
|
||||
default:
|
||||
throw new System.NotSupportedException($"Sockeye.BLL.BizObjectFactory::GetBizObject type {sockType.ToString()} is not supported");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user