public Gestion() { _gestionAdmDoc = new Administrador.Gestion(); _gestionRep = new Reportes.Filtros.Gestion(); _gestionMaestro = new Maestros.Gestion(); _gestionProveedor = new Proveedor.Administrador.Gestion(); _gestionRepPrv = new ReporteProveedor.Gestion(); }
public void setControlador(Gestion ctr) { _controlador = ctr; }