Ejemplo n.º 1
0
 public JsonResult <WeatherCity> Get(string city, DateTime day)
 {
     return(this.Json(DatabaseQueryWeather.getWeatherByDayAndCity(city, day)));
 }