EnvelopeGenerator/EnvelopeGenerator.Common
Developer 02 994c844f25 Refactor envelope and history query structures
- Removed `Sender` parameter and properties from `EnvelopeQuery`.
- Deleted `SenderQuery` class entirely.
- Cleaned up `HistoryQuery` by removing unused `using` directives and `ReferenceType` logic.
- Added `Related` parameter to `ReadHistoryQuery` for reference type indication.
- Updated `ReferenceType` enum in `Constants.vb` to use explicit integer values.
- Modified `HistoryController` to utilize the new `Related` property for determining sender/receiver inclusion.
2025-04-11 20:51:21 +02:00
..
2023-11-13 13:15:04 +01:00
2024-01-15 16:31:35 +01:00
2025-02-25 16:23:24 +01: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!!