コード例 #1
0
 public void StudentRegisterDiscipline(Student student, Discipline discipline)
 {
     student.RegisterDiscipline(discipline);
 }