Beispiel #1
0
        public int obtenerNumFactura()
        {
            Mventas numerofactura = new Mventas();

            num = numerofactura.ObtenertblFactura();

            return(num);
        }
Beispiel #2
0
        public void ingresarVentas(string numFactura, string codigoCliente, string Vendedor, string fechaActual, string comprobante, DataTable DTDETALLE)
        {
            Mventas venta = new Mventas();

            venta.IngresarVentas(numFactura, codigoCliente, Vendedor, fechaActual, comprobante, DTDETALLE);
        }