Пример #1
0
 public IActionResult Delete([FromRoute] int id)
 {
     _orderOperations.Delete(id);
     return(Ok());
 }