Exemplo n.º 1
0
        public Money Reduce(Bank bank, string to)
        {
            int rate = bank.Rate(currency, to);

            return(new Money(Amount / rate, to));
        }