public AuthorizedTaskCleanupBackgroundTask( IDomainRepository domainRepository, AuthorizedTaskCleanupSettings authorizedTaskCleanupSettings ) { _domainRepository = domainRepository; _authorizedTaskCleanupSettings = authorizedTaskCleanupSettings; }
public AuthorizedTasksBackgroundTaskRegistration( AuthorizedTaskCleanupSettings authorizedTaskCleanupSettings ) { _authorizedTaskCleanupSettings = authorizedTaskCleanupSettings; }