public AdminController( IPaypalSettingsService settingsService, IPaypalConnectionManager connectionManager, IOrchardServices services) { _settingsService = settingsService; _connectionManager = connectionManager; Services = services; T = NullLocalizer.Instance; }
public PaypalApiService( IPaypalSettingsService settingsService, IPaypalConnectionManager connectionManager, IClock clock) { _settingsService = settingsService; _connectionManager = connectionManager; _clock = clock; T = NullLocalizer.Instance; Logger = NullLogger.Instance; }