refactor(HomeController): ReadWithSecretByUuidSignatureAsync implementiert, um alle Informationen in einer einzigen Sql-Transaktion zu erhalten.

- Methode hinzugefügt, um geheimes dto in dto zu konvertieren
This commit is contained in:
Developer 02
2024-11-29 10:22:11 +01:00
parent e77532ebfd
commit b8d9963fac
2 changed files with 11 additions and 14 deletions

View File

@@ -5,5 +5,7 @@
public string? AccessCode { get; init; }
public string? PhoneNumber { get; init; }
public EnvelopeReceiverDto WithoutSecrets => this;
}
}