Exemple #1
0
 public void setConsejo(Consejo consejo)
 {
     this.gestor = new Gestor(consejo);
     this.gestor.cargarDatos();
 }