public MrpShipPlanBaseMgr(IMrpShipPlanDao entityDao) { this.entityDao = entityDao; }
public MrpShipPlanMgr(IMrpShipPlanDao entityDao, ICriteriaMgr criteriaMgr) : base(entityDao) { this.criteriaMgr = criteriaMgr; }
public MrpShipPlanBaseMgr(IMrpShipPlanDao entityDao) { this.entityDao = entityDao; }
public MrpShipPlanMgr(IMrpShipPlanDao entityDao, ICriteriaMgr criteriaMgr) : base(entityDao) { this.criteriaMgr = criteriaMgr; }