Moves more utilities

This commit is contained in:
Shannon
2019-05-20 18:40:13 +02:00
parent a0506622b4
commit d42b2492b7
6 changed files with 13 additions and 18 deletions

View File

@@ -1,18 +0,0 @@
namespace Umbraco.Core.Models.Sections
{
/// <summary>
/// Defines a back office section.
/// </summary>
public interface ISection
{
/// <summary>
/// Gets the alias of the section.
/// </summary>
string Alias { get; }
/// <summary>
/// Gets the name of the section.
/// </summary>
string Name { get; }
}
}