public TransportationOrderMgr(ITransportationOrderDao entityDao, ITransportationRouteMgr transportationRouteMgr, IUserMgr userMgr, ITransportationOrderDetailMgr transportationOrderDetailMgr, INumberControlMgr numberControlMgr, IInProcessLocationMgr inProcessLocationMgr, IExpenseMgr expenseMgr, ICriteriaMgr criteriaMgr, ITransportationActBillMgr transportationActBillMgr, IBillAddressMgr billAddressMgr, IEntityPreferenceMgr entityPreferenceMgr) : base(entityDao) { this.transportationRouteMgr = transportationRouteMgr; this.userMgr = userMgr; this.transportationOrderDetailMgr = transportationOrderDetailMgr; this.numberControlMgr = numberControlMgr; this.inProcessLocationMgr = inProcessLocationMgr; this.expenseMgr = expenseMgr; this.criteriaMgr = criteriaMgr; this.transportationActBillMgr = transportationActBillMgr; this.billAddressMgr = billAddressMgr; this.entityPreferenceMgr = entityPreferenceMgr; }
public TransportationOrderBaseMgr(ITransportationOrderDao entityDao) { this.entityDao = entityDao; }