EnvelopeGenerator/EnvelopeGenerator.Service
TekH f699e5a9aa Refactor constant references across multiple files
Updated import statements and changed references from
`Domain.Constants` to `Value` in `APIEnvelopeJob.vb`,
`FinalizeDocumentJob.vb`, `HistoryModel.vb`, `EmailService.vb`,
and job scheduling files. This standardizes constant access
and improves code maintainability and readability.
2025-09-01 11:20:57 +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!!