b00902e461ce16f27208f683dc5b3319140cccb0
Introduced a new `OutRes` navigation property in the `RecAction` class to establish a one-to-one relationship with the `OutRes` entity. Updated `RecDbContext` to configure this relationship using the Fluent API. The `OutRes` entity references its associated `RecAction` via the `Action` navigation property, with `ActionId` as the foreign key.
Description
Languages
C#
100%