public TransportationBillDetailBaseMgr(ITransportationBillDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public TransportationBillDetailMgr(ITransportationBillDetailDao entityDao,
     IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
Exemplo n.º 3
0
 public TransportationBillDetailMgr(ITransportationBillDetailDao entityDao,
                                    IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
Exemplo n.º 4
0
 public TransportationBillDetailBaseMgr(ITransportationBillDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }