TekH cb103dcb69 Restrict UserId visibility and update query includes
The `UserId` property in `ReadEnvelopeQuery` was changed from `public` to `internal` to improve encapsulation. A new `Authorize` method was added to set the `UserId` property using the `with` expression.

In `ReadEnvelopeQueryHandler`, the LINQ query was updated to replace the inclusion of `Documents` with `EnvelopeReceivers` and their associated `Receiver`, reflecting a shift in the data being eagerly loaded to support updated functionality.
2026-06-11 23:04:05 +02:00
2025-03-28 15:12:26 +01:00
Description
No description provided
184 MiB
Languages
JavaScript 86.4%
C# 6.8%
Visual Basic .NET 2.7%
HTML 2.5%
CSS 1.1%
Other 0.4%