Exemple #1
0
 public AccountData GetAccountByToken(string token)
 {
     return(_concreteDbAccess.GetAccountByToken(token));
 }