コード例 #1
0
 public OrderController(ICommandBus commandBus, IOrderReadService orderReadService)
 {
     this.commandBus       = commandBus;
     this.orderReadService = orderReadService;
 }
コード例 #2
0
 public OrdersController()
 {
     orderService = new OrderReadService();
 }