Align namespaces in Persistence

Made everything except for repository interface be in the Umbraco.Cms.Infrastructure.Persistence namespace
This commit is contained in:
Mole
2021-02-12 13:36:50 +01:00
parent 2d561c34e6
commit 5bd8e32279
503 changed files with 927 additions and 1091 deletions

View File

@@ -3,11 +3,11 @@ using System.Collections.Generic;
using System.Data;
using System.Text.RegularExpressions;
using NPoco;
using Umbraco.Core.Persistence.DatabaseAnnotations;
using Umbraco.Core.Persistence.DatabaseModelDefinitions;
using Umbraco.Core.Persistence.Querying;
using Umbraco.Cms.Infrastructure.Persistence.DatabaseAnnotations;
using Umbraco.Cms.Infrastructure.Persistence.DatabaseModelDefinitions;
using Umbraco.Cms.Infrastructure.Persistence.Querying;
namespace Umbraco.Core.Persistence.SqlSyntax
namespace Umbraco.Cms.Infrastructure.Persistence.SqlSyntax
{
/// <summary>
/// Defines an SqlSyntaxProvider