- 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.
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!!