Added the `Microsoft.EntityFrameworkCore` NuGet package to the `ReC.Infrastructure` project to enable database functionality. Introduced `RecDbContext` with `DbSet` properties for `EndpointParam`, `Action`, and `OutRes` entities. Configured `Action` as a keyless entity in `OnModelCreating`. Added a project reference to `ReC.Domain` to use domain entities in the infrastructure layer.
ReC
Description
Languages
C#
100%