booking-microservices/BuildingBlocks/Core/Event/IHaveIntegrationEvent.cs
2025-03-15 01:39:43 +03:30

6 lines
81 B
C#

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