aa34bdd279be0ade9e220de22a1e5d2f7eb26398
Enhanced `ReadOutResHandler` to support filtering by `ProfileId` when querying `OutRes` entities. This was implemented by adding a condition to filter results based on the `ProfileId` of the associated `Action`. Updated the `OutRes` class to include a navigation property `Action`, annotated with `[ForeignKey]` to link it to the `ActionId` column. This establishes a relationship between `OutRes` and `RecAction`, improving data access and maintainability.
Description
Languages
C#
100%