Init
This commit is contained in:
8
Prefab/Domain/Common/IRoot.cs
Normal file
8
Prefab/Domain/Common/IRoot.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user