Exemplo n.º 1
0
 public Gestion()
 {
     _gestionCnf            = new Configuracion.Gestion();
     _gestionCnfSucDeposito = new Configuracion.SucursalDeposito.Gestion();
     _gestionCierre         = new Cierre.Gestion();
     _gestionAnular         = new Anular.Gestion();
     _gestionDoc            = new AdministradorDoc.Principal.Gestion();
     _gestionDoc.setGestionAnular(_gestionAnular);
     _gestionPassW = new PassWord.Gestion();
     _gestionPos   = new Pos.Gestion();
     _gestionPos.setGestionPassW(_gestionPassW);
     Helpers.PassWord.setGestion(_gestionPassW);
 }
 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();
 }