last ...
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using xCommons.Extensions;
|
using xCommons.Extensions;
|
||||||
using xExceptions.Constants;
|
|
||||||
using xDataService.Extensions;
|
using xDataService.Extensions;
|
||||||
|
using xExceptions.Constants;
|
||||||
|
using xIdentityModels.Extensions;
|
||||||
using xIds.Extensions;
|
using xIds.Extensions;
|
||||||
using xModels.Dtos;
|
using xModels.Dtos;
|
||||||
using xIdentityModels.Extensions;
|
|
||||||
|
|
||||||
namespace xIds.Providers
|
namespace xIds.Providers
|
||||||
{
|
{
|
||||||
@@ -104,7 +104,7 @@ namespace xIds.Providers
|
|||||||
};
|
};
|
||||||
|
|
||||||
//
|
//
|
||||||
return result;
|
return await Task.Run(() => result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user