Exemple #1
0
        public static List <HistoricoVentaModel> GetListaHistoricos(string tkn)
        {
            AgenteServicio agenteServico = new AgenteServicio();

            agenteServico.GetListaHistoricos(tkn);
            return(agenteServico._ListHistoricoVenta);
        }