This commit is contained in:
@@ -61,6 +61,8 @@ namespace Sockeye.Biz
|
||||
return new SubscriptionServerBiz(ct, userId, translationId, roles);
|
||||
case SockType.Purchase:
|
||||
return new PurchaseBiz(ct, userId, translationId, roles);
|
||||
case SockType.VendorNotification:
|
||||
return new VendorNotificationBiz(ct, userId, translationId, roles);
|
||||
case SockType.Product:
|
||||
return new ProductBiz(ct, userId, translationId, roles);
|
||||
case SockType.GZCase:
|
||||
|
||||
Reference in New Issue
Block a user