Esempio n. 1
0
 public WeatherService(IWeatherServiceConfiguration config, 
     IWeatherParser weatherParser)
 {
     _config = config;
     _parser = weatherParser;
 }
Esempio n. 2
0
 public WeatherService(IWeatherServiceConfiguration config,
                       IWeatherParser weatherParser)
 {
     _config = config;
     _parser = weatherParser;
 }