コード例 #1
0
 public IObservable <bool> CanPay(Price price)
 {
     return(_walletService.CanPay(price.Currency, price.Amount));
 }