AB3677 - Moved usages of Current (Core) to Current (Web)

This commit is contained in:
Bjarke Berg
2019-12-19 15:53:50 +01:00
parent 0e4ac7f7d1
commit dfeb97caa4
101 changed files with 127 additions and 303 deletions

View File

@@ -29,6 +29,7 @@ using Umbraco.Web.Install;
using Umbraco.Web.PublishedCache.NuCache.DataSource;
using Umbraco.Web.Routing;
using File = System.IO.File;
using Current = Umbraco.Web.Composing.Current;
namespace Umbraco.Web.PublishedCache.NuCache
{