SWPCore/Core/CommandQueries/ICommand.cs

7 lines
No EOL
142 B
C#

namespace SWP.Core.CommandQueries;
public interface ICommand
{
Guid CorrelationId { get; set; }
Guid TransactionId { get; set; }
}