EnvelopeGenerator/EnvelopeGenerator.Common
Developer 02 3fa113003c Update ReferenceType enum and clean up status handling
Modified the `ReferenceType` enum in `Constants.vb` to change the values for `Sender` and `Receiver`. Removed the `ReferenceType` and `StatusName` properties from `EnvelopeHistory.cs`. Updated status code comments in `HistoryController.cs`, adding new codes for `EnvelopeRejected` and `EnvelopeWithdrawn`, and adjusted parameter descriptions to align with the new enum values.
2025-05-11 14:27:28 +02:00
..
2025-05-09 16:51:31 +02:00
2023-11-13 13:15:04 +01:00
2025-05-09 16:51:31 +02:00
2025-05-09 16:51:31 +02:00
2024-01-15 16:31:35 +01:00
2025-05-09 16:51:31 +02:00
2024-01-09 11:01:33 +01:00
2023-08-07 11:23:52 +02:00
2025-05-09 16:51:31 +02:00
2025-05-09 16:51:31 +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!!