From c3dc6668039b805586d491a7dfcf02fa8d95d5d2 Mon Sep 17 00:00:00 2001 From: Hadi Khazaee Asl Date: Thu, 28 May 2026 16:17:01 +0330 Subject: [PATCH] last ... --- Providers/XIdentityManager/XIdentityManager+Query.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Providers/XIdentityManager/XIdentityManager+Query.cs b/Providers/XIdentityManager/XIdentityManager+Query.cs index 915cc09..73fec33 100644 --- a/Providers/XIdentityManager/XIdentityManager+Query.cs +++ b/Providers/XIdentityManager/XIdentityManager+Query.cs @@ -1,11 +1,11 @@ using System.Linq; using System.Threading.Tasks; using xCommons.Extensions; -using xExceptions.Constants; using xDataService.Extensions; +using xExceptions.Constants; +using xIdentityModels.Extensions; using xIds.Extensions; using xModels.Dtos; -using xIdentityModels.Extensions; namespace xIds.Providers { @@ -104,7 +104,7 @@ namespace xIds.Providers }; // - return result; + return await Task.Run(() => result); } } } \ No newline at end of file