public OrderOnlineFacade(IInventory inventory, ICosting costing, ILogistics logistic, IOrderVerify orderVerify, IPaymentGateway payment) { this.inventory = inventory; this.costing = costing; this.logistic = logistic; this.orderVerify = orderVerify; this.payment = payment; }