Пример #1
0
 public List <Examination> GetFollowingExaminationsByPatient(string patientJmbg)
 {
     return(_scheduledExaminationRepository.GetFollowingExaminationsByPatient(patientJmbg));
 }