コード例 #1
0
 public async Task UpdateAccount(AccountEntity account)
 {
     await _dataAccess.Save(account, false);
 }