Exemple #1
0
        public static RespuestaDTO ActualizarHistorico(HistoricoVentaModel dto, string tkn)
        {
            AgenteServicio agenteServico = new AgenteServicio();

            agenteServico.ActualizarHistorico(dto, tkn);
            return(agenteServico._RespuestaDTO);
        }