Simplified the `Get` method in `RecActionController` by replacing the `profileId` parameter with a `ReadRecActionQuery` object. This eliminates the need to manually construct the query object within the method, improving code readability and reducing redundancy.
ReC
Description
Languages
C#
100%