コード例 #1
0
 public Instructor()
 {
     Cohort = new Cohort();
 }
コード例 #2
0
 public Student()
 {
     Cohort   = new Cohort();
     Exercise = new List <Exercise>();
 }