Beispiel #1
0
 public static CommonClient GetUserByEmail(string email)
 {
     return(DataUser.GetUserByEmail(email));
 }