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