Ejemplo n.º 1
0
 public async Task <TResponse> PerformAsync <TParam, TResponse>(ILinqRequest <TParam, TResponse> request, TParam qrit, String source = null)
     where TParam : IQriteria
 {
     using (var linqProvider = LinqProviderFactory.Create(source))
     {
         return(await request.RequestAsync(linqProvider, qrit));
     }
 }