Пример #1
0
 public Paciente BuscarPacienteUnico(int id)
 {
     return(_pacienteRepository.BuscarPacienteUnico(id));
 }