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