Exemple #1
0
 public void AddStudent(Student student)
 {
     students.Add(student);
 }