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