예제 #1
0
 public CommentBusiness(ShipperHNDBcontext shipperHndBcontext)
 {
     _logControl         = new LogControl();
     _shipperHndBcontext = shipperHndBcontext;
 }
예제 #2
0
 public PhoneNumberBusiness(ShipperHNDBcontext shipperHndBcontext)
 {
     _logControl         = new LogControl();
     _shipperHndBcontext = shipperHndBcontext;
 }