Files
EnvelopeGenerator/EnvelopeGenerator.Application/EmailTemplates/Queries/ReadEmailTemplateQuery.cs
TekH c2d5bd65aa Refactor email template query to support multiple results
ReadEmailTemplateQuery now returns a collection of EmailTemplateDto, with optional filtering by Id, Type, and new LangCode property. Query handler updated to return all matching templates instead of a single result, and NotFoundException handling was removed.
2026-02-11 11:57:47 +01:00

3.5 KiB