示例#1
0
        /// <summary>
        /// Get the MenuNav.
        /// </summary>
        /// <returns>Collection of MenuNav.</returns>
        public static IList <MenuNav> GetMenus()
        {
            var sqlMenu = new SqlMenu();

            return(sqlMenu.GetMenus());
        }