public OrderController(ICommandBus commandBus, IOrderReadService orderReadService) { this.commandBus = commandBus; this.orderReadService = orderReadService; }
public OrdersController() { orderService = new OrderReadService(); }