Ejemplo n.º 1
0
 public ChargeCardAdapter(IPostToSecureHttpEndpointWithRetries postToSecureHttpEndpointWithRetries)
 {
     _postToSecureHttpEndpointWithRetries = postToSecureHttpEndpointWithRetries;
 }
Ejemplo n.º 2
0
 public CheckoutApplicationService(IQueryCheckoutApplicationService queryCheckoutApplicationService, IOrderRepository orderRepository, IPostToSecureHttpEndpointWithRetries postToSecureHttpEndpointWithRetries)
 {
     _queryCheckoutApplicationService = queryCheckoutApplicationService;
     _orderRepository = orderRepository;
     _postToSecureHttpEndpointWithRetries = postToSecureHttpEndpointWithRetries;
 }