Move Plugins to Composing

This commit is contained in:
Stephan
2017-05-30 15:56:27 +02:00
parent 81234cd702
commit 1f5c47f029
73 changed files with 59 additions and 77 deletions

View File

@@ -3,7 +3,7 @@ using System.Web.Http.Controllers;
using System.Web.Mvc;
using LightInject;
using Umbraco.Core;
using Umbraco.Core.Plugins;
using Umbraco.Core.Composing;
namespace Umbraco.Web
{