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