コード例 #1
0
 public InProcessLocationDetailMgr(IInProcessLocationDetailDao entityDao,
                                   ILocationLotDetailMgr locationLotDetailMgr,
                                   ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.criteriaMgr          = criteriaMgr;
 }
コード例 #2
0
 public InProcessLocationDetailMgr(IInProcessLocationDetailDao entityDao,
     ILocationLotDetailMgr locationLotDetailMgr,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.criteriaMgr = criteriaMgr;
 }
コード例 #3
0
 public InProcessLocationDetailBaseMgr(IInProcessLocationDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }
コード例 #4
0
 public InProcessLocationDetailBaseMgr(IInProcessLocationDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }