Exemple #1
0
 public ShipAddressBaseMgr(IShipAddressDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public ShipAddressMgr(IShipAddressDao entityDao,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public ShipAddressBaseMgr(IShipAddressDao entityDao)
 {
     this.entityDao = entityDao;
 }
Exemple #4
0
 public ShipAddressMgr(IShipAddressDao entityDao,
                       ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }