EnvelopeGenerator/EnvelopeGenerator.Common
Developer 02 c220b9e1c8 Add new email template types and query records
- Updated `Constants.vb` to include new email template types:
  `DocumentRejected_ADM`, `DocumentRejected_REC`, and
  `DocumentRejected_REC_2`.

- Introduced `EmailTemplateQuery` record in `EmailTemplateQuery.cs`
  with parameters for `Id`, `Type`, and `Culture`, along with
  German documentation.

- Added `ReadEmailTemplateQuery` record in
  `ReadEmailTemplateQuery.cs` that inherits from
  `EmailTemplateQuery` for reading email templates.
2025-04-12 00:11:21 +02:00
..
2023-11-13 13:15:04 +01:00
2024-01-15 16:31:35 +01:00
2025-02-25 16:23:24 +01:00
2024-01-09 11:01:33 +01:00
2023-08-07 11:23:52 +02:00
2024-06-25 13:26:35 +02:00

BASE MODULE
===========

This module is intended for often used constants and datastructures.
Therefor it is important that this module does not have any dependencies on other modules!!