Exemple #1
0
        public static List <CuentasPorPagarDTO> BuscarCuentasPorPagar(CuentasPorPagarModel model, string token)
        {
            var respuestaReq = new AgenteServicio();

            respuestaReq.BuscaCuentasPorPagar(model, token);
            return(respuestaReq._ListaCuentasPorPagar);
        }