163b5bc2f91779f6cc47f4eb00057ebd0072692d
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.
Description
Languages
C#
100%