This commit is contained in:
@@ -30,6 +30,7 @@ namespace AyaNova.Biz
|
||||
}
|
||||
switch (aytype)
|
||||
{
|
||||
//CoreBizObject add here
|
||||
case AyaType.User:
|
||||
return await ct.User.AnyAsync(m => m.Id == id);
|
||||
case AyaType.Widget:
|
||||
|
||||
Reference in New Issue
Block a user