Пример #1
0
 public void Agregar(Estudiante estudiante)
 {
     alumnos.Add(estudiante);
 }