3b6df031a675d6bbf6f04509ec25a3afeefa473f
Enhanced the `Handle` method in `ReadRecActionQueryHandler` to include an additional filtering condition when querying the repository. The query now filters actions where `RootAction.OutRes` is not null, in addition to matching the `ProfileId`. This ensures that only relevant actions with a valid `OutRes` are included in the result set.
Description
Languages
C#
100%