Exemple #1
0
 public bool ValidateUsernameAvailable(string username)
 {
     return(_validateService.UsernameAvailable(username));
 }