Exemple #1
0
 public AuthorizedTaskCleanupBackgroundTask(
     IDomainRepository domainRepository,
     AuthorizedTaskCleanupSettings authorizedTaskCleanupSettings
     )
 {
     _domainRepository = domainRepository;
     _authorizedTaskCleanupSettings = authorizedTaskCleanupSettings;
 }
Exemple #2
0
 public AuthorizedTasksBackgroundTaskRegistration(
     AuthorizedTaskCleanupSettings authorizedTaskCleanupSettings
     )
 {
     _authorizedTaskCleanupSettings = authorizedTaskCleanupSettings;
 }