public DssOutboundControlBaseMgr(IDssOutboundControlDao entityDao)
 {
     this.entityDao = entityDao;
 }
Exemplo n.º 2
0
 public DssOutboundControlMgr(IDssOutboundControlDao entityDao,
                              ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public DssOutboundControlMgr(IDssOutboundControlDao entityDao,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public DssOutboundControlBaseMgr(IDssOutboundControlDao entityDao)
 {
     this.entityDao = entityDao;
 }