f9c0a8be55509540189ea89284f0c11a3de5cef0
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.
Description
Languages
C#
100%