Different workings

This commit is contained in:
Janus C. H. Knudsen 2025-06-26 21:30:32 +02:00
parent 9d384cd18d
commit dc98178095
14 changed files with 57 additions and 22 deletions

View file

@ -1,8 +1,7 @@

namespace PlanTempus.Core.CommandQueries;
namespace PlanTempus.Core.CommandQueries;
/// <summary>
/// Represents a response to a command request, typically used in asynchronous operations.
/// Represents a response to a command request
/// This class includes details such as a unique request ID, correlation ID, command name,
/// transaction ID, creation timestamp, and a URL to check the status of the command.
/// </summary>