Exemplo n.º 1
0
        public DataTable MET_MostrarInformacionDeLaVenta(string ID_Venta)
        {
            DataTable TablaInformacionVenta = new DataTable();

            TablaInformacionVenta = INST_MostrarInformacionVenta.MET_MostrarInformacionVenta(Convert.ToInt32(ID_Venta));
            return(TablaInformacionVenta);
        }