Exemple #1
0
 public Paciente GetByID(int ID)
 {
     return(PacienteService.GetByID(ID));
 }