예제 #1
0
 public IHttpActionResult DeleteOrderDetails(int id)
 {
     _orderDetailsService.Remove(id);
     return(Ok());
 }