b3ce5ad28a769a2f85bdbb75a38d8896c280425b
Changed the `ProfileId` and `ActionId` properties in the `ReadOutResQuery` class from non-nullable `long` to nullable `long?`. This allows these properties to hold `null` values, making them optional for scenarios where they are not always required or applicable.
Description
Languages
C#
100%