Ejemplo n.º 1
0
        //DELETE
        public bool DeleteMenuItems(MenuContent existingContent)  /////// START HERE tomorrow using remove content from list ////////
        {
            bool deleteResult = _contentDirectory.Remove(existingContent);

            return(deleteResult);
        }