Files
Umbraco-CMS/src/Umbraco.Core/Components/IUmbracoUserComponent.cs
T
2016-09-19 16:33:41 +02:00

7 lines
165 B
C#

namespace Umbraco.Core.Components
{
[RequireComponent(typeof(UmbracoCoreComponent))]
public interface IUmbracoUserComponent : IUmbracoComponent
{ }
}