예제 #1
0
 public IActionResult GetOrder([FromRoute] int id)
 {
     return(Ok(_orderOperations.GetOrder(id)));
 }