Exemplo n.º 1
0
 public void RemoveStudentPilot(Student_pilot student_Pilot)
 {
     RemovePerson(student_Pilot.Pilot.Person);
 }
Exemplo n.º 2
0
 public void AddStudentPilot(Student_pilot student_Pilot)
 {
     StudentPilotDataLoader.AddItem(student_Pilot);
 }