Update BackgroundService.cs

This commit is contained in:
jtkech
2015-12-25 03:53:48 +01:00
parent 3e900affb2
commit 498c4d2c91

View File

@@ -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;