Stub Customer object

This commit is contained in:
2020-05-01 20:45:06 +00:00
parent 7c2e37fcea
commit ce5f8f21c2
12 changed files with 689 additions and 28 deletions

View File

@@ -31,6 +31,8 @@ namespace AyaNova.Biz
switch (aytype)
{
//CoreBizObject add here
case AyaType.Customer:
return await ct.Customer.AnyAsync(m => m.Id == id);
case AyaType.User:
return await ct.User.AnyAsync(m => m.Id == id);
case AyaType.Widget: