Exemplo n.º 1
0
 public PatientModel FindByJmbg(string jmbg)
 {
     return(patientService.FindByJmbg(jmbg));
 }