Moves Strings and extensions to abstractions (where possible)

This commit is contained in:
Shannon
2019-05-20 17:57:28 +02:00
parent 651d48e5c8
commit 57ff36452e
33 changed files with 2051 additions and 2025 deletions

View File

@@ -11,7 +11,7 @@ using Umbraco.Core.Persistence.Dtos;
using Umbraco.Core.Scoping;
using Umbraco.Core.Serialization;
using Umbraco.Web.Composing;
using static Umbraco.Core.Persistence.NPocoSqlExtensions.Statics;
using static Umbraco.Core.Persistence.SqlExtensionsStatics;
namespace Umbraco.Web.PublishedCache.NuCache.DataSource
{