namespace Umbraco.Cms.Core.Features;
/// <summary>
/// This is a marker interface to allow controllers to be disabled if also marked with FeatureAuthorizeAttribute.
/// </summary>
public interface IUmbracoFeature
{
}