public RoutingBaseMgr(IRoutingDao entityDao)
 {
     this.entityDao = entityDao;
 }
Beispiel #2
0
 public RoutingMgr(IRoutingDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Beispiel #3
0
 public RoutingMgr(IRoutingDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public RoutingBaseMgr(IRoutingDao entityDao)
 {
     this.entityDao = entityDao;
 }