public Student()
 {
     Cohort = new Cohort();
 }
Пример #2
0
 public Instructor()
 {
     Cohort = new Cohort();
 }