public PickListResultBaseMgr(IPickListResultDao entityDao)
 {
     this.entityDao = entityDao;
 }
Beispiel #2
0
 public PickListResultMgr(IPickListResultDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public PickListResultBaseMgr(IPickListResultDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public PickListResultMgr(IPickListResultDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }