Exemple #1
0
        public static List <OrdenCompraPagoDTO> SolicitarPagos(int idoc, string tkn)
        {
            AgenteServicio agente = new AgenteServicio();

            agente.BuscarListaPagos(idoc, tkn);
            return(agente._listaOrdenCompraPago);
        }