Пример #1
0
 public List <Exam> GetAllStudentFutureExams(int[] subAreaIds)
 {
     return(examRepository.GetAllFutureBySubArea(subAreaIds));
 }