コード例 #1
0
 public IList <IDiscipline> SelectStudentAssignments(Student student)
 {
     return(student.SelectStudentAssignments());
 }