- Replace obsolete DocumentController implementation using EnvelopeOldService and direct dependencies - Migrate to MediatR-based query handling via ReadEnvelopeReceiverAsync - Remove obsolete constructors and actions marked for deprecation - Add proper error handling with NotFoundException for missing envelope or document data - Improve logging with structured JSON output for diagnostics - Update base class from BaseController to ControllerBase and add ApiController attribute - Rename action to GetDocument and apply explicit HttpGet routing - Use IMediator for clean separation of concerns and alignment with CQRS pattern
Description
No description provided
Languages
JavaScript
86.6%
C#
5.1%
HTML
4.2%
Visual Basic .NET
2.7%
CSS
0.9%
Other
0.4%