public DssInboundControlMgr(IDssInboundControlDao entityDao,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public DssInboundControlBaseMgr(IDssInboundControlDao entityDao)
 {
     this.entityDao = entityDao;
 }
Exemplo n.º 3
0
 public DssInboundControlMgr(IDssInboundControlDao entityDao,
                             ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public DssInboundControlBaseMgr(IDssInboundControlDao entityDao)
 {
     this.entityDao = entityDao;
 }