mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-22 09:01:18 +03:00
Add project files.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace PracticeCalendar.Domain.Common.Interfaces
|
||||
{
|
||||
// Apply this marker interface only to aggregate root entities
|
||||
// Repositories will only work with aggregate roots, not their children
|
||||
public interface IAggregateRoot { }
|
||||
}
|
||||
Reference in New Issue
Block a user