示例#1
0
        public bool getKardoPasso()
        {
            int userId = Convert.ToInt32(UseKardoEncryption.getDecipherString(Session["KardoUserId"].ToString()));

            return(UserProfileModel.getKardoPasso(userId));
        }