Пример #1
0
 public virtual async Task <bool> Any(Expression <Func <T, bool> > expr)
 {
     return(await _repository.Any(expr));
 }