Ejemplo n.º 1
0
 /// <summary>
 /// 给指定角色内的用户设置例外菜单权限
 /// </summary>
 /// <param name="authorExceptionRight"></param>
 /// <returns></returns>
 public bool SetAuthorExceptionMenuRight(AuthorMenuRightExceptionEntity authorExceptionRight)
 {
     return(RoleMenuDataAccess.Instance.SetAuthorExceptionMenuRight(authorExceptionRight));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 给指定角色内的用户设置例外菜单权限
 /// </summary>
 /// <param name="authorExceptionRight"></param>
 /// <returns></returns>
 public bool SetAuthorExceptionMenuRight(AuthorMenuRightExceptionEntity authorExceptionRight)
 {
     return(RoleMenuBusProvider.SetAuthorExceptionMenuRight(authorExceptionRight));
 }
Ejemplo n.º 3
0
 /// <summary>
 /// 获取指定用户例外权限的菜单
 /// </summary>
 /// <param name="query"></param>
 /// <returns></returns>
 public IDictionary <long, string> GetAuthorExceptionMenuDict(AuthorMenuRightExceptionEntity authorExceptionMenuEntity)
 {
     return(RoleMenuDataAccess.Instance.GetAuthorExceptionMenuDict(authorExceptionMenuEntity));
 }
Ejemplo n.º 4
0
 /// <summary>
 /// 获取指定用户例外权限的菜单
 /// </summary>
 /// <param name="query"></param>
 /// <returns></returns>
 public IDictionary <long, string> GetAuthorExceptionMenuDict(AuthorMenuRightExceptionEntity authorExceptionMenuEntity)
 {
     return(RoleMenuBusProvider.GetAuthorExceptionMenuDict(authorExceptionMenuEntity));
 }