feat(ReadDocumentQueryHandler): Logik hinzugefügt
This commit is contained in:
@@ -7,6 +7,6 @@ namespace EnvelopeGenerator.Application.Documents.Queries.Read;
|
||||
/// </summary>
|
||||
/// <param name="Id">The unique identifier of the document. Optional.</param>
|
||||
/// <param name="EnvelopeId">The identifier of the envelope associated with the document. Optional.</param>
|
||||
public record ReadDocumentQuery(int? Id = null, int? EnvelopeId = null) : IRequest<ReadDocumentResponse>
|
||||
public record ReadDocumentQuery(int? Id = null, int? EnvelopeId = null) : IRequest<ReadDocumentResponse?>
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user