Example #1
0
 public IActionResult ActiveCity(string id, bool status)
 {
     addressService.ActiveCity(id, status);
     return(NoContent());
 }