This commit is contained in:
@@ -20,9 +20,9 @@ namespace AyaNova.Biz
|
||||
{
|
||||
|
||||
//THIS IS THE METHOD CALLED BY THE ATTACHMENT CONTROLLER
|
||||
internal static bool Exists(AyaTypeId tid)
|
||||
internal static async Task<bool> Exists(AyaTypeId tid)
|
||||
{
|
||||
return Exists(tid.ObjectType, tid.ObjectId);
|
||||
return await Exists(tid.ObjectType, tid.ObjectId);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user