public Gestion()
 {
     _gestionAdm        = new Administrador.Gestion();
     _gestionRep        = new Reportes.Gestion();
     _gestionMaestro    = new Maestros.Gestion();
     _gestionAdmCliente = new Cliente.Administrador.Gestion();
     _gestionRepCli     = new ReportesCliente.Gestion();
     _gGenDoc           = new Documentos.Generar.Gestion();
     _gGenDoc.setGestionDsctoCargoFinal(new Documentos.Generar.DsctoCargoFinal.Gestion());
     _gGenDoc.setGestionRemision(new Documentos.Generar.Remision.Gestion());
     _gGenDoc.setGestionPendiente(new Documentos.Generar.Pendiente.Gestion());
     _gGenDoc.setGestionCambioTasa(new Documentos.Generar.CambioTasa.Gestion());
     _gGenDoc.setGestionDatosDoc(new Documentos.Generar.DatosDocumento.Gestion());
     _gGenDoc.setGestionBuscarProducto(new Documentos.Generar.BuscarProducto.Gestion());
     _gGenDoc.setGestionItems(new Documentos.Generar.Items.Gestion());
     _gConfiguracion = new Configuracion.Gestion();
 }
Ejemplo n.º 2
0
 public Gestion(FiltrosGen.IAdmSelecciona admSelPrd)
 {
     _gAdmSelPrd     = admSelPrd;
     _gestionMaestro = new Maestros.Gestion();
 }
Ejemplo n.º 3
0
 public Gestion(IGestion gestion)
 {
     miGestion       = gestion;
     _gestionMaestro = new Maestros.Gestion();
 }