Пример #1
0
 public GiftCardAuthorizationProcessor(OrderPaymentInput orderPaymentInput)
 {
     _orderPaymentInput = orderPaymentInput;
 }
Пример #2
0
 public TeleCheckAuthorizationProcessor(OrderPaymentInput orderPaymentInput)
 {
     _orderPaymentInput = orderPaymentInput;
 }