Ejemplo n.º 1
0
 public Class1()
 {
     etherAPI = new EtherAPI();
 }
Ejemplo n.º 2
0
 public ExchangeRateUpdater()
 {
     currencyAPI = new CurrencyAPI();
     etherAPI    = new EtherAPI();
 }