This commit is contained in:
2023-04-13 22:39:07 +00:00
parent dd11254ab0
commit 68e181a085
12 changed files with 572 additions and 6 deletions

View File

@@ -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");