示例#1
0
 private BigDecimal calculateAmountForUSD(BigDecimal amount) {
   return calculator.toUSD(amount);
 }