mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-11 19:02:15 +08:00
8 lines
126 B
C#
8 lines
126 B
C#
using BuildingBlocks.Core.Event;
|
|
|
|
namespace BuildingBlocks.EventStoreDB.Events;
|
|
|
|
public interface IExternalEvent : IEvent
|
|
{
|
|
}
|