Exemplo n.º 1
0
 public CustomerBusinessLogic(ICustomerTransportation customerTransportation)
 {
     _customerTransportation = customerTransportation;
 }
Exemplo n.º 2
0
 public CustomerBusinessLogic()
 {
     _customerTransportation = TransportationFactory.GetCarObj();
 }