Refactored `ReadOutResQuery` to a record type implementing `IRequest<OutResDto>` for MediatR. Introduced `ReadOutResHandler` to handle the query, leveraging `IRepository` and `IMapper` for database access and mapping. Added support for filtering by `ActionId` and asynchronous query execution. Streamlined design by moving `ProfileId` and `ActionId` to immutable `init` properties in the record.
ReC
Description
Languages
C#
100%