Exemple #1
0
        public ActionResult SaveShoppingListHeader(string slName, string slDescription)
        {
            AgenteShoppingList agente   = new AgenteShoppingList();
            string             publicID = EstadoUsuario.CurrentListPublicId;

            agente.ActualizarShoppingListHeader(publicID, slName, slDescription);
            return(new EmptyResult());
        }