/// <summary> /// 返回已分配权限的角色 /// </summary> /// <returns></returns> public ArrayList GetRoles() { ActionDAL dal = new ActionDAL(connectionString); return(dal.GetRoles(_actionid)); }