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