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(
IEnumerable<IBackgroundTask> tasks,
ITransactionManager transactionManager,
ShellSettings shellSettings,
IBackgroundHttpContextFactory backgroundHttpContextFactory) {
ShellSettings shellSettings) {
_tasks = tasks;
_transactionManager = transactionManager;