mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-11 10:32:09 +08:00
6 lines
131 B
C#
6 lines
131 B
C#
using BuildingBlocks.Core.CQRS;
|
|
|
|
namespace BuildingBlocks.Core.Event;
|
|
|
|
public record InternalCommand : IInternalCommand, ICommand;
|