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