예제 #1
0
        public void updateProfile()
        {
            RegisterDAL registerDAL = new RegisterDAL();

            registerDAL.updateProfile(this.userId, this.firstName, this.lastName, this.gender, this.birthday, this.email, this.occupation);
        }