Files
EnvelopeGenerator/EnvelopeGenerator.Form
OlgunR 66c1fb3698 Replace ContractType.ReadAndSign with literal value 2
Updated envelope validation to compare EnvelopeTypeId directly to the integer 2 instead of using the ContractType.ReadAndSign constant. This simplifies the condition and removes dependency on the constant.
2026-02-24 11:30:26 +01:00
..
2025-04-24 16:00:16 +02:00
2026-02-10 08:42:14 +01:00
2025-03-26 14:59:28 +01:00
2024-01-17 10:34:14 +01:00
2023-12-14 14:52:19 +01:00
2023-11-20 16:42:11 +01:00
2023-07-31 09:52:49 +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!!