Пример #1
0
 public SchibstedPaymentMethodService(SchibstedPageBuilder pageBuilder, SchibstedSha256Computer sha256Computer, ILoggingService loggingService, IAbsoluteUrlService absoluteUrlService)
 {
     _absoluteUrlService = absoluteUrlService;
     PageBuilder         = pageBuilder;
     Sha256Computer      = sha256Computer;
     LoggingService      = loggingService;
 }
Пример #2
0
 public SchibstedRecurringPaymentMethodService(
     SchibstedPageBuilder pageBuilder,
     SchibstedSha256Computer sha256Computer,
     ILoggingService loggingService,
     IAbsoluteUrlService absoluteUrlService) : base(pageBuilder, sha256Computer, loggingService, absoluteUrlService)
 {
     _absoluteUrlService = absoluteUrlService;
 }