Пример #1
0
 public IEnumerable <Model.Student> GetStudentsByForm()
 {
     return(_studentsRepo.GetStudentsByForm());
 }