Exemple #1
0
 public static bool userNameValidation(string userName)
 {
     return(Comunication.existsUserName(userName));
 }