diff --git a/src/Orchard/Environment/WorkContextModule.cs b/src/Orchard/Environment/WorkContextModule.cs index 01c8fc2b5..697856628 100644 --- a/src/Orchard/Environment/WorkContextModule.cs +++ b/src/Orchard/Environment/WorkContextModule.cs @@ -19,10 +19,6 @@ namespace Orchard.Environment { .As() .InstancePerMatchingLifetimeScope("work"); - builder.RegisterType>() - .As>() - .InstancePerMatchingLifetimeScope("work"); - builder.RegisterGeneric(typeof(WorkValues<>)) .InstancePerMatchingLifetimeScope("work");