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

@@ -65,6 +65,8 @@ namespace Sockeye.Biz
return await ct.Product.AnyAsync(z => z.Id == id);
case SockType.GZCase:
return await ct.GZCase.AnyAsync(z => z.Id == id);
case SockType.Subscription:
return await ct.Subscription.AnyAsync(z => z.Id == id);
case SockType.CustomerNotifySubscription: