예제 #1
0
 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);
 }