Ejemplo n.º 1
0
 public JsonResult <List <WeatherCity> > Get()
 {
     return(this.Json(DatabaseQueryWeather.getWeatherForAllCitiesAndAllDays()));
 }