Beispiel #1
0
 public IActionResult changeStatus(int id)
 {
     _service.changeStatus(id);
     return(Ok());
 }