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