PlanTempusApp/Core/CommandQueries/ICommand.cs

7 lines
No EOL
149 B
C#

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