Exemple #1
0
 public AccountEntity GetAccountByEmail(string email)
 {
     return(_accountDAO.GetAccountByEmail(email));
 }