Exemplo n.º 1
0
 public CommentBusiness(ShipperHNDBcontext shipperHndBcontext)
 {
     _logControl         = new LogControl();
     _shipperHndBcontext = shipperHndBcontext;
 }
Exemplo n.º 2
0
 public PhoneNumberBusiness(ShipperHNDBcontext shipperHndBcontext)
 {
     _logControl         = new LogControl();
     _shipperHndBcontext = shipperHndBcontext;
 }