Abstract base for new domain

This commit is contained in:
Veljko Tosic
2026-02-11 02:19:42 +01:00
parent 16b0a1bed8
commit a4245fdd93
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace AipsCore.Domain.Abstract;
public interface IDomainEvent
{
}