Files
EnvelopeGenerator/EnvelopeGenerator.Application/Common/Extensions/MediatorExtensions.cs
TekH 9ad4352e02 Add MediatorExtensions for not-found handling in MediatR
Introduced MediatorExtensions with SendOrNotFoundAsync methods to enforce non-null and non-empty responses from MediatR requests. These extensions throw NotFoundException when responses are null or empty, centralizing not-found logic and improving error handling.
2026-04-08 13:25:34 +02:00

1.9 KiB