fix(EGDbContext); remove Uuid from principal key

This commit is contained in:
2025-08-27 15:12:09 +02:00
parent c456cb0301
commit d5443b223c
2 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ namespace EnvelopeGenerator.Application.Histories.Commands;
/// <summary>
///
/// </summary>
public record CreateHistoryCommand: EnvelopeReceiverQueryBase, IRequest<long?>
public record CreateHistoryCommand : EnvelopeReceiverQueryBase, IRequest<long?>
{
/// <summary>
///