Exemple #1
0
 public ForecastListVM(IStorageService storageService, Messenger messenger, IWeatherService weatherService)
 {
     storage   = storageService;
     Messenger = messenger;
     storage.AddForecast(weatherService.GetWeatherByName("Baku"));
     storage.AddForecast(weatherService.GetWeatherByName("Ganja"));
 }