ContentService should remain public for now

This commit is contained in:
Stephan
2018-11-27 09:44:08 +01:00
parent 27c2b3ba5e
commit d2a474f6ff

View File

@@ -19,7 +19,7 @@ namespace Umbraco.Core.Services.Implement
/// <summary>
/// Implements the content service.
/// </summary>
internal class ContentService : RepositoryService, IContentService
public class ContentService : RepositoryService, IContentService
{
private readonly IDocumentRepository _documentRepository;
private readonly IEntityRepository _entityRepository;