예제 #1
0
        public static DataSet Siguiente(string desc_correlativos)
        {
            DCorrelativos Obj = new DCorrelativos()
            {
                Ddesc_correlativos = desc_correlativos
            };

            return(Obj.Siguiente(Obj));
        }
예제 #2
0
        public static string Eliminar(string cod_correlativos)
        {
            DCorrelativos Obj = new DCorrelativos
            {
                Dcod_correlativos = cod_correlativos,
            };

            return(Obj.Eliminar(Obj));
        }
예제 #3
0
        public static DataSet Anterior(string desc_correlativos)
        {
            DCorrelativos Obj = new DCorrelativos()
            {
                Ddesc_correlativos = desc_correlativos
            };

            return(Obj.Anterior(Obj));
        }
예제 #4
0
        public static DataSet GetCorrelativo(string tabla)
        {
            DCorrelativos Obj = new DCorrelativos
            {
                Dtabla = tabla,
            };

            return(Obj.Top_Serie(Obj));
        }
예제 #5
0
        public static DataSet Muestra(string tabla)
        {
            DCorrelativos Obj = new DCorrelativos
            {
                Dtabla = tabla,
            };

            return(Obj.Muestra(Obj));
        }
예제 #6
0
        public static string GenerarCod(string cod_correlativos)
        {
            DCorrelativos Obj = new DCorrelativos
            {
                Dcod_correlativos = cod_correlativos
            };

            return(Obj.GenerarCod(Obj));
        }
예제 #7
0
        public static string GenerarCodMuestra(string cod_correlativos, string tabla)
        {
            DCorrelativos Obj = new DCorrelativos
            {
                Dcod_correlativos = cod_correlativos,
                Dtabla            = tabla,
            };

            return(Obj.GenerarCod_Muestra(Obj));
        }
예제 #8
0
        public static DataTable Buscar(string buscar, string btipo)
        {
            DCorrelativos Obj = new DCorrelativos()
            {
                Dbuscar = buscar,
                Dbtipo  = btipo,
            };

            return(Obj.Buscar(Obj));
        }
예제 #9
0
        public static DataTable RepBuscar(string buscard, string buscarh, string btipo)
        {
            DCorrelativos Obj = new DCorrelativos()
            {
                Dbuscard = buscard,
                Dbuscarh = buscarh,
                Dbtipo   = btipo,
            };

            return(Obj.Buscar(Obj));
        }
예제 #10
0
        public static string Insertar(string cod_correlativos, string desc_correlativos, string tabla, string precadena, string cadena, int cod_num, string campo1, string campo2, string campo3, string campo4, string campo5, string campo6)
        {
            DCorrelativos Obj = new DCorrelativos
            {
                Dcod_correlativos  = cod_correlativos,
                Ddesc_correlativos = desc_correlativos,
                Dtabla             = tabla,
                Dcadena            = cadena,
                Dprecadena         = precadena,
                Dcod_num           = cod_num,
                Dcampo1            = campo1,
                Dcampo2            = campo2,
                Dcampo3            = campo3,
                Dcampo4            = campo4,
                Dcampo5            = campo5,
                Dcampo6            = campo6,
            };

            return(Obj.Insertar(Obj));
        }