EnvelopeGenerator/EnvelopeGenerator.Form
TekH ff1e9f27af Replace User class with EGUser across the codebase
This commit introduces the new `EGUser` class, which replaces the existing `User` class in multiple files, including `EnvelopeModel.vb`, `State.vb`, and `UserModel.vb`. The `EGUser` class extends `User`, adding new properties while maintaining existing functionality.

Key changes include:
- Updated property types from `User` to `EGUser` in relevant models.
- Method signatures in `UserModel.vb` modified to accept and return `EGUser`.
- Domain entities in `Envelope.cs` and `EnvelopeHistory.cs` now reference `EGUser`.
- Complete removal of the `User.cs` file.
- Added a new package reference for `UserManager.Domain` in the project file.
- Updated `MYUSER` variable in `ModuleSettings.vb` to use `EGUser`.

These changes enhance the user model to better meet application requirements.
2025-06-26 14:26:21 +02:00
..
2025-04-24 16:00:16 +02:00
2025-04-28 13:27:27 +02: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
MS
2025-04-07 15:00:48 +02:00
MS
2025-04-07 15:00:48 +02:00
2023-11-20 16:42:11 +01:00
2025-04-24 11:43:55 +02:00
2025-04-24 11:43:55 +02:00
2023-07-31 09:52:49 +02:00
2025-04-07 14:55:48 +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!!