This commit is contained in:
Stephan
2018-12-07 14:05:47 +01:00
parent 6dad124d5b
commit 1eee6dfb2f
13 changed files with 23 additions and 52 deletions

View File

@@ -1,13 +1,10 @@
using System.Collections.Generic;
using Umbraco.Core.Manifest;
using Umbraco.Core.Models.Membership;
namespace Umbraco.Core.Models.ContentEditing
{
/// <summary>
/// Represents a content app definition.
/// Represents a content app factory.
/// </summary>
public interface IContentAppFactory
{