refactor(HomeController): EnvelopeReceiverSecretDto zur Vereinfachung entfernt und direkt String verwendet

This commit is contained in:
Developer 02
2024-11-29 10:01:28 +01:00
parent 6b65fc28fd
commit a1618fc8d0
4 changed files with 3 additions and 8 deletions

View File

@@ -1,4 +0,0 @@
namespace EnvelopeGenerator.Application.DTOs.EnvelopeReceiver
{
public record EnvelopeReceiverSecretDto(string? AccessCode) : EnvelopeReceiverDto;
}