Ejemplo n.º 1
0
 public Weather(OpenWeatherMapService.WeatherInfo weatherInfo)
 {
     this.weatherInfo = weatherInfo;
 }
Ejemplo n.º 2
0
 public Weather(OpenWeatherMapService.WeatherInfo weatherInfo) {
     this.weatherInfo = weatherInfo;
 }