public PickListMgr(IPickListDao entityDao, IEntityPreferenceMgr entityPreferenceMgr, INumberControlMgr numberControlMgr, IPickListDetailMgr pickListDetailMgr, IPickListResultMgr pickListResultMgr, ILocationMgr locationMgr, ILocationLotDetailMgr locationLotDetailMgr, IOrderLocationTransactionMgr orderLocationTransactionMgr, IUserMgr userMgr, ILanguageMgr languageMgr, ICriteriaMgr criteriaMgr, ICodeMasterMgr codeMasterMgr, IFlowMgr flowMgr) : base(entityDao) { this.entityPreferenceMgr = entityPreferenceMgr; this.numberControlMgr = numberControlMgr; this.pickListDetailMgr = pickListDetailMgr; this.pickListResultMgr = pickListResultMgr; this.locationMgr = locationMgr; this.locationLotDetailMgr = locationLotDetailMgr; this.orderLocationTransactionMgr = orderLocationTransactionMgr; this.userMgr = userMgr; this.languageMgr = languageMgr; this.criteriaMgr = criteriaMgr; this.codeMasterMgr = codeMasterMgr; this.flowMgr = flowMgr; }
public PickListBaseMgr(IPickListDao entityDao) { this.entityDao = entityDao; }