public ImportSmhiStationsController(WeatherContext db, IStationsDownloader stationsDownloader) { _db = db; _stationsDownloader = stationsDownloader; }
public ImportSmhiStationsRavenController(IDocumentStore store, IStationsDownloader stationsDownloader) { _store = store; _stationsDownloader = stationsDownloader; }