538abec212ae6ec3c3132d1224ca8e89ab60e3c6
Introduced entity configurations in `RecDbContext` for `Connection`, `Endpoint`, `EndpointAuth`, `EndpointParam`, `OutRes`, `Profile`, `ProfileView`, `RecAction`, and `RecActionView`. Mapped entities to corresponding tables or views with column configurations. Added relationships: - `Profile` to `Actions` (one-to-many). - `RecAction` to `OutRes` (one-to-one with cascade delete). Suppressed CS0618 warnings in `OnModelCreating` to handle obsolete members.
Description
Languages
C#
100%