Exemple #1
0
        public DataTable ObtenerComboCasillasXSeccion(WN_Combos Datos)
        {
            WN_CombosDatos CD = new WN_CombosDatos();

            return(CD.ObtenerComboCasillasXSeccion(Datos));
        }
Exemple #2
0
        public DataTable ObtenerComboTipoUsuario(WN_Combos Datos)
        {
            WN_CombosDatos CD = new WN_CombosDatos();

            return(CD.ObtenerComboTipoUsuario(Datos));
        }
Exemple #3
0
        public DataTable ObtenerComboSecciones(WN_Combos Datos)
        {
            WN_CombosDatos CD = new WN_CombosDatos();

            return(CD.ObtenerComboSecciones(Datos));
        }
Exemple #4
0
        public DataTable ObtenerComboMunicipios(WN_Combos Datos)
        {
            WN_CombosDatos CD = new WN_CombosDatos();

            return(CD.ObtenerComboMunicipios(Datos));
        }
Exemple #5
0
        public DataTable ObtenerComboCasillaXIDJefe(WN_Combos Datos)
        {
            WN_CombosDatos CD = new WN_CombosDatos();

            return(CD.ObtenerComboCasillaXIDJefe(Datos));
        }
Exemple #6
0
        public DataTable ObtenerComboRepresentanteSinCasilla(WN_Combos Datos)
        {
            WN_CombosDatos CD = new WN_CombosDatos();

            return(CD.ObtenerComboRepresentanteSinCasilla(Datos));
        }
Exemple #7
0
        public DataTable ObtenerComboSuplente(WN_Combos Datos)
        {
            WN_CombosDatos CD = new WN_CombosDatos();

            return(CD.ObtenerComboSuplente(Datos));
        }