Moves more utilities
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user