Beispiel #1
0
 public bool CreateNewAccount(string name, string pwd, string email, string mobile)
 {
     return(userInformation.CreateNewAccount(name, pwd, email, mobile));
 }