public List <Book.Model.T_Base_Menu> GetList(int RoleId) { Book.DAL.Home dal = new DAL.Home(); return(dal.GetList(RoleId)); }
public List <Book.Model.T_Base_Menu> GetList(int RoleId, string Controller, string Action) { Book.DAL.Home dal = new DAL.Home(); return(dal.GetList(RoleId, Controller, Action)); }
public List <Model.Menu> GetList(int RoleId) { DAL.Home dal = new DAL.Home(); return(dal.GetList(RoleId)); }