Ejemplo n.º 1
0
        public HttpResponseMessage Post([FromBody] WeatherCity weathercityModel)
        {
            DatabaseQueryWeather.addWeatherForACity(weathercityModel);

            return(Request.CreateResponse(HttpStatusCode.OK));
        }