Move Web.Current to Composing

This commit is contained in:
Stephan
2017-05-30 18:13:11 +02:00
parent 1f5c47f029
commit 7ea9c9c8e2
230 changed files with 253 additions and 60 deletions

View File

@@ -16,6 +16,7 @@ using Umbraco.Core.Components;
using Umbraco.Core.Configuration;
using Umbraco.Core.Logging;
using Umbraco.Core.Services.Changes;
using Umbraco.Web.Composing;
using Umbraco.Web.Security;
using Umbraco.Web.Services;
using Content = Umbraco.Core.Models.Content;

View File

@@ -6,6 +6,7 @@ using Umbraco.Core.Configuration;
using Umbraco.Core.Models;
using Umbraco.Core.Persistence.Repositories;
using Umbraco.Core.Services.Changes;
using Umbraco.Web.Composing;
using Umbraco.Web.PublishedCache;
namespace Umbraco.Web.Cache

View File

@@ -4,6 +4,7 @@ using System.Linq;
using Umbraco.Core;
using Umbraco.Core.Sync;
using Umbraco.Core.Cache;
using Umbraco.Web.Composing;
namespace Umbraco.Web.Cache
{

View File

@@ -7,6 +7,7 @@ using System.Linq;
using System.Xml.Linq;
using Umbraco.Core.Services;
using Umbraco.Core.Services.Changes;
using Umbraco.Web.Composing;
using Umbraco.Web.PublishedCache;
namespace Umbraco.Web.Cache