コード例 #1
0
 public IActionResult GetFillOrderByProductId(int productId)
 {
     return(Ok(_fillOrderService.GetFillOrdersByProductId(productId)));
 }