Exemple #1
0
        public static string GetJson(HistoricoVentasConsulta modelo, string tkn)
        {
            AgenteServicio agenteServico = new AgenteServicio();

            agenteServico.GetJson(modelo, tkn);
            return(agenteServico._Json);
        }