public Student()
 {
     Cohort = new Cohort();
 }
示例#2
0
 public Instructor()
 {
     Cohort = new Cohort();
 }