Renamed service implementations namespace to Core

This commit is contained in:
Bjarke Berg
2021-02-23 12:24:51 +01:00
parent dc4595b16a
commit ef4e2eb511
77 changed files with 82 additions and 138 deletions

View File

@@ -3,9 +3,8 @@ using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core.Events;
using Umbraco.Cms.Core.Persistence.Querying;
using Umbraco.Cms.Core.Scoping;
using Umbraco.Cms.Core.Services;
namespace Umbraco.Cms.Infrastructure.Services.Implement
namespace Umbraco.Cms.Core.Services.Implement
{
/// <summary>
/// Represents a service that works on top of repositories.