8 lines
196 B
C#
8 lines
196 B
C#
|
|
namespace Umbraco.Web.Models.Trees
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Marker interface for created applications in the umbraco backoffice
|
|||
|
|
/// </summary>
|
|||
|
|
public interface IApplication
|
|||
|
|
{ }
|
|||
|
|
}
|