コード例 #1
0
 private void WhenAddToWallet(Currency currency, int amount)
 {
     _walletService.Add(currency, amount).Subscribe();
 }