public SubmitState(IInventoryOperationDomainService inventoryOperationDomainService, IOrderStateFactory orderStateFactory ) { this.inventoryOperationDomainService = inventoryOperationDomainService; this.orderStateFactory = orderStateFactory; }
public OpenState(IOrderStateFactory orderStateFactory) { this.orderStateFactory = orderStateFactory; }