Exemple #1
0
 public Smart(IForecast weather, IGeoTranslate geo)
 {
     this.geo = geo;
     this.weather = weather;
 }
Exemple #2
0
 public ForecastIO(IGeoTranslate geoTranslator, IOptions<ForecastOptions> options)
 {
     this.options = options.Value;
     this.geo = geoTranslator;
 }
Exemple #3
0
 public ForecastIO(IGeoTranslate geoTranslator, IOptions <ForecastOptions> options)
 {
     this.options = options.Value;
     this.geo     = geoTranslator;
 }
Exemple #4
0
 public Smart(IForecast weather, IGeoTranslate geo)
 {
     this.geo     = geo;
     this.weather = weather;
 }