Exemplo n.º 1
0
        public ActionResult DeleteMarketItemToShoppingList(int id)
        {
            AgenteShoppingList agente = new AgenteShoppingList();

            agente.DeleteMarketItemEnShoppingList(EstadoUsuario.CurrentListPublicId, id);

            return(null);
        }