コード例 #1
0
 public async Task UpdateExchangeRate(IBinder binder)
 {
     await _exchangeRateRepository.UpdateExchangeRateInTable(binder);
 }