Example #1
0
        public SubmitState(IInventoryOperationDomainService inventoryOperationDomainService,
            IOrderStateFactory orderStateFactory
            )
        {
            this.inventoryOperationDomainService = inventoryOperationDomainService;

            this.orderStateFactory = orderStateFactory;
        }
Example #2
0
 public OpenState(IOrderStateFactory orderStateFactory)
 {
     this.orderStateFactory = orderStateFactory;
 }