Exemplo n.º 1
0
        public void InsertarVenta(string id_venta, string id_cliente, string dni_cliente, string telefono, string fecha, string id_Detalle_Venta, string total)
        {
            AccesoDatos reg = new AccesoDatos();

            //DatosProveedores reg = new DatosProveedores();
            reg.InsertarVentas(id_venta, id_cliente, dni_cliente, telefono, fecha, id_Detalle_Venta, total);
        }