Exemplo n.º 1
0
 public DssObjectMappingMgr(IDssObjectMappingDao entityDao,
      ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public DssObjectMappingBaseMgr(IDssObjectMappingDao entityDao)
 {
     this.entityDao = entityDao;
 }
Exemplo n.º 3
0
 public DssObjectMappingBaseMgr(IDssObjectMappingDao entityDao)
 {
     this.entityDao = entityDao;
 }
Exemplo n.º 4
0
 public DssObjectMappingMgr(IDssObjectMappingDao entityDao,
                            ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }