feat(EnvelopeReceiverService): Erstellen der Methode ReadWithSecretByUuidAsync ohne Implementierung.

This commit is contained in:
Developer 02
2025-03-18 11:50:20 +01:00
parent b6e15dbf03
commit 08dd6a9aa7
3 changed files with 7 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ namespace EnvelopeGenerator.GeneratorAPI.Controllers
{
try
{
return await _erService.ReadSecretByUuidAsync(uuid: uuid).ThenAsync(
return await _erService.ReadWithSecretByUuidAsync(uuid: uuid).ThenAsync(
Success: Ok,
Fail: IActionResult (msg, ntc) =>
{