예제 #1
0
 // upgrade NotRegisteredUser to User in database
 public void upgradeNotRegisteredUser(User user) {
   db.upgradeNotRegisteredUser(user);
 }