示例#1
0
 public IActionResult DeactivateOnSaleProperty([FromRoute] int id)
 {
     _manager.DeactivateProperty(id, "onsale");
     return(Ok());
 }