コード例 #1
0
 public async Task <bool> RegisterAsync(Account account)
 {
     return(await _accountStorage.AddAccountAsync(account));
 }