public CodeMasterBaseMgr(ICodeMasterDao entityDao)
 {
     this.entityDao = entityDao;
 }
Beispiel #2
0
 public CodeMasterMgr(ICodeMasterDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public CodeMasterMgr(ICodeMasterDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Beispiel #4
0
 public CodeMasterBaseMgr(ICodeMasterDao entityDao)
 {
     this.entityDao = entityDao;
 }