Пример #1
0
 public List <Model.Chapter> chapter(int subjectId)
 {
     return(student.chapter(subjectId));
 }