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