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