public IQueryable <TEntity> FindMatch(Expression <Func <TEntity, bool> > propertySelectors)
 => _inner.FindMatch(propertySelectors);
Exemple #2
0
 public IQueryable <TEntity> FindMatch(params Expression <Func <TEntity, object> >[] propertySelectors)
 => _inner.FindMatch(propertySelectors);