This commit is contained in:
@@ -67,6 +67,8 @@ namespace Sockeye.Biz
|
||||
return new ProductBiz(ct, userId, translationId, roles);
|
||||
case SockType.GZCase:
|
||||
return new GZCaseBiz(ct, userId, translationId, roles);
|
||||
case SockType.Subscription:
|
||||
return new SubscriptionBiz(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