Beispiel #1
0
 public IAccount GetAccountByUsernameOrAddress(string identifier)
 {
     return(_storageLayer.GetAccountByUsernameOrAddress(identifier));
 }