Exemplo n.º 1
0
 public PickListDetailBaseMgr(IPickListDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }
Exemplo n.º 2
0
 public PickListDetailMgr(IPickListDetailDao entityDao,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public PickListDetailBaseMgr(IPickListDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }
Exemplo n.º 4
0
 public PickListDetailMgr(IPickListDetailDao entityDao,
                          ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }