public ChargeCardAdapter(IPostToSecureHttpEndpointWithRetries postToSecureHttpEndpointWithRetries) { _postToSecureHttpEndpointWithRetries = postToSecureHttpEndpointWithRetries; }
public CheckoutApplicationService(IQueryCheckoutApplicationService queryCheckoutApplicationService, IOrderRepository orderRepository, IPostToSecureHttpEndpointWithRetries postToSecureHttpEndpointWithRetries) { _queryCheckoutApplicationService = queryCheckoutApplicationService; _orderRepository = orderRepository; _postToSecureHttpEndpointWithRetries = postToSecureHttpEndpointWithRetries; }