示例#1
0
 public PacienteDTO ObterPorId(Guid id)
 {
     return(_repositorioPaciente.ObterPorId(id));
 }