コード例 #1
0
 public FillOrdersController(FillOrderService fillOrderService)
 {
     _fillOrderService = fillOrderService;
 }