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

            this.orderStateFactory = orderStateFactory;
        }
Esempio n. 2
0
 public OpenState(IOrderStateFactory orderStateFactory)
 {
     this.orderStateFactory = orderStateFactory;
 }