Ejemplo n.º 1
0
 private BigDecimal calculateAmountForUSD(BigDecimal amount) {
   return calculator.toUSD(amount);
 }