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