Esempio n. 1
0
 public bool ExistUserName(string userName)
 {
     return(RemoteHelper.ExistUserName(userName));
 }