示例#1
0
 public static bool register(User toRegister)
 {
     return(database.registerUser(toRegister));
 }