Align namespaces in Persistence
Made everything except for repository interface be in the Umbraco.Cms.Infrastructure.Persistence namespace
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using Umbraco.Core.Persistence.Dtos;
|
||||
using Umbraco.Cms.Infrastructure.Persistence.Dtos;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Core.Persistence
|
||||
namespace Umbraco.Cms.Infrastructure.Persistence
|
||||
{
|
||||
internal static class UmbracoDatabaseExtensions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user