PluginManager TLC from v7

This commit is contained in:
Stephan
2017-03-05 11:51:20 +01:00
parent 3576794a64
commit 824cf30e2e
21 changed files with 737 additions and 685 deletions

View File

@@ -1,8 +1,10 @@
namespace Umbraco.Web.Models.Trees
using Umbraco.Core.Plugins;
namespace Umbraco.Web.Models.Trees
{
/// <summary>
/// Marker interface for created applications in the umbraco backoffice
/// </summary>
public interface IApplication
public interface IApplication : IDiscoverable
{ }
}