/// <summary>
 /// Initializes a new instance of the <see cref="PayExPaymentMethodService"/> class.
 /// </summary>
 public SagePayPaymentMethodService(SagePayMd5Computer md5Computer, INumberSeriesService numberSeriesService, IAbsoluteUrlService absoluteUrlService, ICallbackUrl callbackUrl)
 {
     _numberSeriesService = numberSeriesService;
     _absoluteUrlService  = absoluteUrlService;
     _callbackUrl         = callbackUrl;
     Md5Computer          = md5Computer;
 }
コード例 #2
0
 public SagePayV3PaymentMethodService(SagePayMd5Computer md5Computer, INumberSeriesService numberSeriesService, IAbsoluteUrlService absoluteUrlService, ICallbackUrl callbackUrl) : base(md5Computer, numberSeriesService, absoluteUrlService, callbackUrl)
 {
 }