Exemplo n.º 1
0
 public static Task <List <T> > EvalAsync <T>(this IQueryable <T> source) => AsyncEnumerableExtensions.ToListAsync(source);