public EntityPreferenceBaseMgr(IEntityPreferenceDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public EntityPreferenceMgr(IEntityPreferenceDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Beispiel #3
0
 public EntityPreferenceMgr(IEntityPreferenceDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Beispiel #4
0
 public EntityPreferenceBaseMgr(IEntityPreferenceDao entityDao)
 {
     this.entityDao = entityDao;
 }