Exemplo n.º 1
0
        public DataTable cespecificacod(string a)
        {
            Dgestionventa ase = new Dgestionventa();

            return(ase.consultacod(a));
        }
Exemplo n.º 2
0
        public DataTable especificofecha(DateTime a)
        {
            Dgestionventa ase = new Dgestionventa();

            return(ase.consultafecha(a));
        }
Exemplo n.º 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));
        }
Exemplo n.º 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));
        }
Exemplo n.º 5
0
        public string codfactura()
        {
            Dgestionventa fatura = new Dgestionventa();

            return(fatura.codfactura1());
        }
Exemplo n.º 6
0
        public DataTable LDatosProducto(string a)
        {
            Dgestionventa Instancia = new Dgestionventa();

            return(Instancia.DDatosProducto(a));
        }
Exemplo n.º 7
0
        public DataTable LconsultaProducto(string a)
        {
            Dgestionventa Instancia = new Dgestionventa();

            return(Instancia.DConsultaProducto(a));
        }
Exemplo n.º 8
0
        public DataTable Lconsultatipo()
        {
            Dgestionventa Instancia = new Dgestionventa();

            return(Instancia.DConsultatipo());
        }
Exemplo n.º 9
0
        public string LConsultarCliente(string a)
        {
            Dgestionventa Instancia = new Dgestionventa();

            return(Instancia.DConsultarCliente(a));
        }