using Bootstrap.Security;
using Bootstrap.Security.SQLServer;
using Longbow.Cache;
using Longbow.Data;
using System.Collections.Generic;
using System.Linq;
namespace Bootstrap.DataAccess
{
///
///
///
public static class MenuHelper
{
///
///
///
public const string RetrieveMenusByRoleIdDataKey = "MenuHelper-RetrieveMenusByRoleId";
///
///
///
public const string RetrieveMenusAll = "BootstrapMenu-RetrieveMenus";
///
///
///
///
///
public static bool SaveMenu(BootstrapMenu value) => DbAdapterManager.Create