示例#1
0
        //

        public bool IsExistAdmin(string userName)
        {
            if (dac.IsExistAdmin(userName))
            {
                return(true);
            }
            else
            {
                return(false);
            }
        }