public Student()
 {
     Cohort = new Cohort();
 }
Exemplo n.º 2
0
 public Instructor()
 {
     Cohort = new Cohort();
 }