示例#1
0
 private ProjetoResponse ObtemProjeto(int id)
 {
     return(_projetoService.ObtemPorId(id));
 }