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