EnvelopeGenerator/EnvelopeGenerator.Common
Developer 02 8d118308cd Remove Procedures folder and update configurations
- Removed folder reference for "Procedures" in the project file.
- Added `DocumentMod_Rotation` to the `Constants.vb` enum.
- Replaced `NonHistStatuses` with a new `Status` class containing `NonHist` and `RelatedToFormApp` lists.
- Updated `TimeLimit` in `appsettings.json` from "00:30:00" to "90.00:00:00".
2025-05-08 15:15:01 +02:00
..
2025-04-24 16:00:16 +02:00
2023-11-13 13:15:04 +01:00
2025-04-24 16:00:16 +02:00
2025-04-24 16:00:16 +02:00
2024-01-15 16:31:35 +01:00
2025-04-24 16:00:16 +02: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!!