Esempio n. 1
0
 public SubjectListMgr(ISubjectListDao entityDao,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public SubjectListBaseMgr(ISubjectListDao entityDao)
 {
     this.entityDao = entityDao;
 }
Esempio n. 3
0
 public SubjectListMgr(ISubjectListDao entityDao,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public SubjectListBaseMgr(ISubjectListDao entityDao)
 {
     this.entityDao = entityDao;
 }