Example #1
0
 public async Task <UserAccount> GetAccountByName(string accountName)
 {
     return(await _accountStore.GetByName(accountName));
 }