This commit is contained in:
@@ -155,6 +155,8 @@ namespace AyaNova.Biz
|
||||
// return await ct.ServiceBank.AnyAsync(z => z.Id == id);
|
||||
case AyaType.CustomerServiceRequest:
|
||||
return await ct.CustomerServiceRequest.AnyAsync(z => z.Id == id);
|
||||
case AyaType.CustomerNotifySubscription:
|
||||
return await ct.CustomerNotifySubscription.AnyAsync(z => z.Id == id);
|
||||
default:
|
||||
throw new System.NotSupportedException($"AyaNova.Biz.BizObjectExistsInDatabase::ExistsAsync type {aType.ToString()} is not supported");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user