public TransportPriceListMgr(ITransportPriceListDao entityDao,
     ITransportPriceListDetailMgr transportPriceListDetailMgr, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.transportPriceListDetailMgr = transportPriceListDetailMgr;
     this.criteriaMgr = criteriaMgr;
 }
 public TransportPriceListMgr(ITransportPriceListDao entityDao,
                              ITransportPriceListDetailMgr transportPriceListDetailMgr, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.transportPriceListDetailMgr = transportPriceListDetailMgr;
     this.criteriaMgr = criteriaMgr;
 }
 public TransportationActBillMgr(ITransportationActBillDao entityDao,
                                 ICriteriaMgr criteriaMgr,
                                 IEntityPreferenceMgr entityPreferenceMgr,
                                 ITransportPriceListMgr transportPriceListMgr,
                                 ITransportPriceListDetailMgr transportPriceListDetailMgr,
                                 ICurrencyMgr currencyMgr,
                                 IBillAddressMgr billAddressMgr,
                                 IUserMgr userMgr)
     : base(entityDao)
 {
     this.criteriaMgr                 = criteriaMgr;
     this.entityPreferenceMgr         = entityPreferenceMgr;
     this.transportPriceListMgr       = transportPriceListMgr;
     this.transportPriceListDetailMgr = transportPriceListDetailMgr;
     this.currencyMgr                 = currencyMgr;
     this.billAddressMgr              = billAddressMgr;
     this.userMgr = userMgr;
 }
 public TransportationActBillMgr(ITransportationActBillDao entityDao,
     ICriteriaMgr criteriaMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     ITransportPriceListMgr transportPriceListMgr,
     ITransportPriceListDetailMgr transportPriceListDetailMgr,
     ICurrencyMgr currencyMgr,
     IBillAddressMgr billAddressMgr,
     IUserMgr userMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.transportPriceListMgr = transportPriceListMgr;
     this.transportPriceListDetailMgr = transportPriceListDetailMgr;
     this.currencyMgr = currencyMgr;
     this.billAddressMgr = billAddressMgr;
     this.userMgr = userMgr;
 }