Beispiel #1
0
 public PaymentService(ILogger <PaymentService> logger, ProductShipment.ProductShipmentClient shippings)
 {
     _logger    = logger;
     _shippings = shippings;
 }
Beispiel #2
0
 public OrderPlacementService(ILogger <OrderPlacementService> logger, ProductShipment.ProductShipmentClient shippings)
 {
     _logger    = logger;
     _shippings = shippings;
 }
Beispiel #3
0
 public ProductService(ILogger <ProductService> logger, ProductShipment.ProductShipmentClient shipping)
 {
     _logger   = logger;
     _shipping = shipping;
 }