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

            return(UserProfileModel.updateDues(userId));
        }