2025-03-15 01:39:43 +03:30

6 lines
81 B
C#

namespace BuildingBlocks.Core.Event;
public interface IDomainEvent : IEvent
{
}