Esempio n. 1
0
        public void GetFormRoleMenuAuthorities(string formName)
        {
            this._roleMenuAuthorityList = _bll.GetFormRoleMenuAuthorities(new FormRoleMenuAuthoritiesVM {
                Account = GlobalObject.User.Account, FormName = formName
            });
            InitUI();

            if (this._roleMenuAuthorityList.Any(p => p.AuthorityName == "Query"))
            {
                RequestGridData();
            }
        }