예제 #1
0
 public WeatherController(ICityWeather cityWeather)
 {
     _cityWeather = cityWeather;
 }
예제 #2
0
 public UnitTest(ICityWeather cityweather, IWebClient client)
 {
     _cityweather = cityweather;
     _client      = client;
 }