コード例 #1
0
 public IEnumerable <Projeto> GetByIdIsntituicao(int id)
 {
     return(_projetoRepository.GetByIdIsntituicao(id));
 }