Exemplo n.º 1
0
 public IActionResult Create(string cityName)
 {
     _weatherService.CreateCity(cityName);
     return(Ok());
 }