Ejemplo n.º 1
0
 public PredictionController(IWeatherEngine weatherEngine)
 {
     _weatherEngine = weatherEngine;
 }
 public WeatherController(IWeatherEngine weatherEngine)
 {
     this._weatherEngine = weatherEngine;
 }