コード例 #1
0
 public void RemoveInstructor(Instructor instructor)
 {
     _instructors.Remove(instructor);
 }
コード例 #2
0
 public void AddInstructorToList(Instructor instructor)
 {
     _instructors.Add(instructor);
 }