예제 #1
0
        public ActionResult NewStaticShoppingList()
        {
            AgenteShoppingList agente =
                new AgenteShoppingList();

            agente.CreateStaticShoppingList(EstadoUsuario.CurrentListPublicId);
            return(GetShoppingListsByListPublicID(EstadoUsuario.CurrentListPublicId));
        }