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