public ShippingController(IShippingSvc svc)
 {
     _svc = svc;
 }
예제 #2
0
 public ShippingRequestConsumer(IShippingSvc svc)
 {
     _svc = svc;
 }