Exemplo n.º 1
0
 public void RemoveStudent(Student student)
 {
     this.Students.Remove(student);
 }
Exemplo n.º 2
0
 public void AddStudent(Student student)
 {
     this.Students.Add(student);
 }