This commit is contained in:
@@ -59,6 +59,8 @@ namespace Sockeye.Biz
|
||||
return await ct.SubscriptionServer.AnyAsync(z => z.Id == id);
|
||||
case SockType.Purchase:
|
||||
return await ct.Purchase.AnyAsync(z => z.Id == id);
|
||||
case SockType.VendorNotification:
|
||||
return await ct.VendorNotification.AnyAsync(z => z.Id == id);
|
||||
case SockType.Product:
|
||||
return await ct.Product.AnyAsync(z => z.Id == id);
|
||||
case SockType.GZCase:
|
||||
|
||||
Reference in New Issue
Block a user