This commit is contained in:
@@ -38,8 +38,7 @@ namespace AyaNova.Biz
|
||||
return await ct.FileAttachment.AnyAsync(m => m.Id == id);
|
||||
case AyaType.DataListSortFilter:
|
||||
return await ct.DataListSortFilter.AnyAsync(m => m.Id == id);
|
||||
case AyaType.DataListTemplate:
|
||||
return await ct.DataListTemplate.AnyAsync(m => m.Id == id);
|
||||
|
||||
case AyaType.FormCustom:
|
||||
return await ct.FormCustom.AnyAsync(m => m.Id == id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user