public ShippingController(IShippingSvc svc)
 {
     _svc = svc;
 }
示例#2
0
 public ShippingRequestConsumer(IShippingSvc svc)
 {
     _svc = svc;
 }