Пример #1
0
        public ActionResult WinUserMore_UserAuthorAllRead(string ParentVariable, string sNowUserID)
        {
            //权限选择界面只会出现在用户信息管理中,只有管理员能够进入此界面
            UserInfoManage userMan = new UserInfoManage();

            return(this.Store(userMan.GetAllAuthorStore(sNowUserID)));
        }