refactor(EnvelopeMailService): remove SendTFAQrCodeAsync method

This commit is contained in:
2025-09-08 17:41:34 +02:00
parent e5a25c5893
commit 2ae6dda27e
3 changed files with 8 additions and 35 deletions

View File

@@ -1,4 +1,5 @@
using Microsoft.AspNetCore.Mvc;
using EnvelopeGenerator.Application.Dto.Receiver;
using Microsoft.AspNetCore.Mvc;
namespace EnvelopeGenerator.Application.Dto.EnvelopeReceiver;
@@ -6,7 +7,7 @@ namespace EnvelopeGenerator.Application.Dto.EnvelopeReceiver;
///
/// </summary>
[ApiExplorerSettings(IgnoreApi = true)]
public record EnvelopeReceiverSecretDto : EnvelopeReceiverDto
public record EnvelopeReceiverSecretDto : EnvelopeReceiverDto<ReceiverSecretDto>
{
/// <summary>
///