public MrpShipPlanBaseMgr(IMrpShipPlanDao entityDao)
 {
     this.entityDao = entityDao;
 }
Exemple #2
0
 public MrpShipPlanMgr(IMrpShipPlanDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Exemple #3
0
 public MrpShipPlanBaseMgr(IMrpShipPlanDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public MrpShipPlanMgr(IMrpShipPlanDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }