public ImportSmhiStationsController(WeatherContext db, IStationsDownloader stationsDownloader)
 {
     _db = db;
     _stationsDownloader = stationsDownloader;
 }
Exemplo n.º 2
0
 public ImportSmhiStationsRavenController(IDocumentStore store, IStationsDownloader stationsDownloader)
 {
     _store = store;
     _stationsDownloader = stationsDownloader;
 }