mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
Update BackgroundService.cs
This commit is contained in:
@@ -19,8 +19,7 @@ namespace Orchard.Tasks {
|
||||
public BackgroundService(
|
||||
IEnumerable<IBackgroundTask> tasks,
|
||||
ITransactionManager transactionManager,
|
||||
ShellSettings shellSettings,
|
||||
IBackgroundHttpContextFactory backgroundHttpContextFactory) {
|
||||
ShellSettings shellSettings) {
|
||||
|
||||
_tasks = tasks;
|
||||
_transactionManager = transactionManager;
|
||||
|
Reference in New Issue
Block a user