public TotalInCurrencyRest(IList <BroTotalInCurrencyRest> totals, ExchangeRate rate) { Totals = totals; Rate = new ExchangeRateRest(rate); }
public TotalInCurrencyRest(IList<BroTotalInCurrencyRest> totals, ExchangeRate rate) { Totals = totals; Rate = new ExchangeRateRest(rate); }