mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-12 03:12:11 +08:00
6 lines
81 B
C#
6 lines
81 B
C#
namespace BuildingBlocks.Core.Event;
|
|
|
|
public interface IHaveIntegrationEvent
|
|
{
|
|
}
|