Files
prefab-page-detail/Prefab/Domain/Common/IRoot.cs
2025-10-27 17:39:18 -04:00

8 lines
201 B
C#

namespace Prefab.Domain.Common;
/// <summary>
/// Interface to represent a marker on an entity, informing that the entity is considered an aggregate root.
/// </summary>
public interface IRoot
{
}