EnvelopeGenerator/EnvelopeGenerator.Service
TekH 27d97ed12a Add constants import and refactor PDF burner params
- Added import for `EnvelopeGenerator.Domain.Constants` in
  `Scheduler_Envelopetask_API.vb` and `Scheduler_FinishEnvelope.vb`
  to access necessary constants.

- Updated the key for `_pdfBurnerParams` in
  `Scheduler_FinishEnvelope.vb` from
  `Domain.Constants.PDF_BURNER_PARAMS` to
  `Value.PDF_BURNER_PARAMS` for better organization.
2025-09-01 11:24:23 +02:00
..
2025-03-26 14:59:28 +01:00
2023-12-08 14:30:09 +01:00
2025-03-26 14:59:28 +01:00
2023-12-08 14:30:09 +01:00
2023-12-08 14:30:09 +01:00
2023-12-08 14:30:09 +01:00
2025-03-26 14:59:28 +01:00
2025-05-27 14:04:45 +02:00
MS
2024-06-25 08:42:42 +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!!