コード例 #1
0
 public IActionResult Delete(string location)
 {
     _weatherService.DeleteLocation(location);
     return(NoContent());
 }