Exemplo n.º 1
0
 public Instructor()
 {
     Cohort = new Cohort();
 }
Exemplo n.º 2
0
 public Student()
 {
     Exercise = new List <Exercise>();
     Cohort   = new Cohort();
 }