Ejemplo n.º 1
0
 public Task <bool> ContainsAsync(Expression <Func <TModel, bool> > filter)
 {
     return(_storage.ContainsAsync(filter));
 }