Exemple #1
0
        public static List <HistoricoPrecioVentaDTO> BuscarHistoricoPrecioVenta(HistoricoPrecioVentaModel model, string token)
        {
            var respuestaReq = new AgenteServicio();

            respuestaReq.BuscarHistoricoPrecioVenta(model, token);
            return(respuestaReq._ListaHistoricoPrecioVenta);
        }