public ConverterController()
 {
     _gasService    = new GasMeasurementService();
     _cryptoService = new CoinMarketCapPriceService();
 }
Beispiel #2
0
 public HomeController()
 {
     _gasService = new GasMeasurementService();
 }