using Bootstrap.Security;
using System.Collections.Generic;
namespace Bootstrap.Client.DataAccess
{
///
///
///
public static class MenuHelper
{
///
///
///
///
///
///
public static IEnumerable RetrieveAppMenus(string name, string url) => BAHelper.RetrieveAppMenus(new { Name = name, Url = url });
}
}