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