예제 #1
0
        public DataTable cespecificacod(string a)
        {
            Dgestionventa ase = new Dgestionventa();

            return(ase.consultacod(a));
        }
예제 #2
0
        public DataTable especificofecha(DateTime a)
        {
            Dgestionventa ase = new Dgestionventa();

            return(ase.consultafecha(a));
        }
예제 #3
0
        public string nfactura(string a, string b, string c, string d, string e, string f, string g)
        {
            Dgestionventa ase = new Dgestionventa();

            return(ase.regfactura(a, b, c, d, e, f, g));
        }
예제 #4
0
        public string detallesv(string a, string b, string c, string d, string e)
        {
            Dgestionventa ase = new Dgestionventa();

            return(ase.facventa(a, b, c, d, e));
        }
예제 #5
0
        public string codfactura()
        {
            Dgestionventa fatura = new Dgestionventa();

            return(fatura.codfactura1());
        }
예제 #6
0
        public DataTable LDatosProducto(string a)
        {
            Dgestionventa Instancia = new Dgestionventa();

            return(Instancia.DDatosProducto(a));
        }
예제 #7
0
        public DataTable LconsultaProducto(string a)
        {
            Dgestionventa Instancia = new Dgestionventa();

            return(Instancia.DConsultaProducto(a));
        }
예제 #8
0
        public DataTable Lconsultatipo()
        {
            Dgestionventa Instancia = new Dgestionventa();

            return(Instancia.DConsultatipo());
        }
예제 #9
0
        public string LConsultarCliente(string a)
        {
            Dgestionventa Instancia = new Dgestionventa();

            return(Instancia.DConsultarCliente(a));
        }