Fix missing dependencies errors, simplify

This commit is contained in:
Stephan
2018-12-12 16:07:21 +01:00
parent 3e082f1a94
commit e40c9cb227
16 changed files with 137 additions and 49 deletions

View File

@@ -66,7 +66,7 @@ namespace Umbraco.Core.Services.Implement
IEntityService entityService,
IUserService userService,
IScopeProvider scopeProvider,
IEnumerable<IUrlSegmentProvider> urlSegmentProviders,
UrlSegmentProviderCollection urlSegmentProviders,
IAuditRepository auditRepository, IContentTypeRepository contentTypeRepository,
PropertyEditorCollection propertyEditors)
{