Example #1
0
 //CONSTRUCTOR
 public GestorSocios()
 {
     // creamos las instancias de los objetos de acceso a datos (DAO)
     this.sociosI        = new ImplSocio();
     this.cuotasI        = new ImplCuotas();
     this.rutinasI       = new ImplRutinas();
     this.fichasMedicasI = new ImplFichasMedicas();
 }
Example #2
0
 //CONSTRUCTOR
 public GestorCuotas()
 {
     // creamos las instancias de los objetos de acceso a datos (DAO)
     this.sociosI = new ImplSocio();
     this.cuotasI = new ImplCuotas();
 }