public static RespuestaDTO ActualizaProductosOrdenCompra(List <OrdenCompraProductoDTO> prods, string tkn) { AgenteServicio agente = new AgenteServicio(); agente.ActualizarProductosOC(prods, tkn); return(agente._RespuestaDTO); }