Beispiel #1
0
 public bool ExistEmail(string email)
 {
     return(RemoteHelper.ExistEmail(email));
 }