Ejemplo n.º 1
0
 public IEnumerable <TEntity> Find(Expression <Func <TEntity, bool> > predicate)
 {
     return(repository.Find(predicate));
 }