8 lines
201 B
C#
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
|
|
{
|
|
} |