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