Esempio n. 1
0
 public WeatherController(IWeatherInfoService weatherInfoService, ITimeZoneService timeZoneService)
 {
     this._weatherInfoService = weatherInfoService;
     this._timeZoneService    = timeZoneService;
 }
Esempio n. 2
0
 public HomeController(IWeatherInfoService weatherInfoService)
 {
     _weatherInfoService = weatherInfoService;
 }