Ejemplo n.º 1
0
 public IEnumerable <Proyecto> GetMany(Expression <Func <Proyecto, bool> > where) => _repository.GetMany(where);