Files
EnvelopeGenerator/EnvelopeGenerator.API/Controllers/EnvelopeReceiverController.cs
TekH 360a762fb9 Refactor return value in EnvelopeReceiverController
Modified the method to return a single item or null by using
`SingleOrDefault()` on the result of `await _mediator.Send(...)`.
This ensures the response is no longer a collection but a single
object, improving clarity and aligning with expected behavior.
2026-06-01 03:53:01 +02:00

10 KiB