mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-25 23:04:05 +08:00
7 lines
169 B
C#
7 lines
169 B
C#
using BuildingBlocks.Core.CQRS;
|
|
using BuildingBlocks.IdsGenerator;
|
|
|
|
namespace BuildingBlocks.Core.Event;
|
|
|
|
public record InternalCommand : IInternalCommand, ICommand;
|