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

@@ -27,7 +27,7 @@ namespace Umbraco.Core.Composing
/// </remarks>
public static class Current
{
private static ServiceContainer _container;
private static IServiceContainer _container;
private static IShortStringHelper _shortStringHelper;
private static ILogger _logger;
@@ -37,7 +37,7 @@ namespace Umbraco.Core.Composing
/// <summary>
/// Gets or sets the DI container.
/// </summary>
internal static ServiceContainer Container
internal static IServiceContainer Container
{
get
{