コード例 #1
0
 public AccountData GetAccountByEmail(string email)
 {
     return(_concreteDbAccess.GetAccountByEmail(email));
 }