Files
EnvelopeGenerator/EnvelopeGenerator.Form
OlgunR ae33254743 Refactor envelope type handling and validation logic
- Change ContractType property to use Constants.ContractType enum for improved type safety.
- Move EnvelopeType selection to a shared module-level variable for consistent access.
- Allow user selection of contract type when creating envelopes.
- Refine envelope validation to check for required elements per receiver, with improved error messages.
2026-02-19 13:37:58 +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!!