Ejemplo n.º 1
0
 public Projeto Obter(int idProjeto)
 {
     return(projetoRepository.Obter(x => x.IdProjeto == idProjeto));
 }