Esempio n. 1
0
 public void Assign(Instructor Instructor)
 {
     _instructors.Add(Instructor);
     Instructor.setCohort(this.Name());
 }