8459706c45850b78aea8f01fc1efc47cef17f867
- Add ReadEnvelopeReportQuery record that returns IEnumerable<EnvelopeReport> - Implement ReadEnvelopeReportQueryHandler with repository and AutoMapper integration - Add ThrowIfNotFound property with JsonIgnore and NotMapped attributes - Integrate IRepository<EnvelopeReport> for data access - Add NotFoundException when no reports found and ThrowIfNotFound is true - Configure Entity Framework Core using Microsoft.EntityFrameworkCore - Add JSON serialization configuration with System.Text.Json - Update using statements with necessary abstractions and exceptions
Description
No description provided
Languages
JavaScript
86.1%
C#
5.7%
HTML
4.2%
Visual Basic .NET
2.6%
CSS
0.9%
Other
0.4%