コード例 #1
0
 public ImportSmhiStationsController(WeatherContext db, IStationsDownloader stationsDownloader)
 {
     _db = db;
     _stationsDownloader = stationsDownloader;
 }
コード例 #2
0
 public ImportSmhiStationsRavenController(IDocumentStore store, IStationsDownloader stationsDownloader)
 {
     _store = store;
     _stationsDownloader = stationsDownloader;
 }