示例#1
0
 //Methods
 public string editUserProfile(string username, string password)
 {
     userDAO.editProfile(username, password);
     LoginUser(username, password);
     return("Mật khẩu đã thay đổi thành công");
 }