Move extension methods in core project to Umbraco.Extensions

This commit is contained in:
Mole
2021-02-09 11:26:22 +01:00
parent 216fb87c79
commit dd488a15f4
528 changed files with 623 additions and 1196 deletions

View File

@@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Linq;
using Microsoft.Extensions.Logging;
using NPoco;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Cache;
using Umbraco.Cms.Core.Models.Entities;
using Umbraco.Cms.Core.Persistence;
@@ -12,10 +11,10 @@ using Umbraco.Cms.Core.Scoping;
using Umbraco.Core.Cache;
using Umbraco.Core.Persistence.Querying;
using Umbraco.Core.Scoping;
using Umbraco.Extensions;
namespace Umbraco.Core.Persistence.Repositories.Implement
{
/// <summary>
/// Provides a base class to all <see cref="IEntity"/> based repositories.
/// </summary>