Exemple #1
0
 public bool Any(Expression <Func <TEntity, bool> > filter)
 {
     return(_sqlRepository.Any(filter));
 }