示例#1
0
 public bool InsertUserToDataBase(User newUser)
 {
     return(userDataBase.DataBaseInsertUser(newUser));
 }