Example #1
0
 public Account GetAccountByEmail(string email)
 {
     return(RemoteHelper.GetAccountByEmail(email));
 }