Different workings
This commit is contained in:
parent
9d384cd18d
commit
dc98178095
14 changed files with 57 additions and 22 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue