예제 #1
0
 public GiftCardAuthorizationProcessor(OrderPaymentInput orderPaymentInput)
 {
     _orderPaymentInput = orderPaymentInput;
 }
예제 #2
0
 public TeleCheckAuthorizationProcessor(OrderPaymentInput orderPaymentInput)
 {
     _orderPaymentInput = orderPaymentInput;
 }