Exemple #1
0
 public int?CreateAccount(string aUserName, string aPassword)
 {
     return(_createUserData.CreateUser(aUserName, aPassword));
 }