Updates base entities to contain a DeletedDate if the entity gets deleted
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/// <summary>
|
||||
/// Marker interface for aggregate roots
|
||||
/// </summary>
|
||||
public interface IAggregateRoot : IEntity
|
||||
public interface IAggregateRoot : IEntityDeleted
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user