booking-microservices/building-blocks/Core/Event/IHaveIntegrationEvent.cs
2025-03-15 16:54:20 +03:30

6 lines
81 B
C#

namespace BuildingBlocks.Core.Event;
public interface IHaveIntegrationEvent
{
}