Beispiel #1
0
 public WeatherService(IWeatherServiceConfiguration config, 
     IWeatherParser weatherParser)
 {
     _config = config;
     _parser = weatherParser;
 }
Beispiel #2
0
 public WeatherService(IWeatherServiceConfiguration config,
                       IWeatherParser weatherParser)
 {
     _config = config;
     _parser = weatherParser;
 }