d6b914b9c842a58768d9398cb185ec9ac0166346
Expanded RecDbContext to include new DbSet properties for managing `Connections`, `Endpoints`, `EndpointAuths`, `Profiles`, and `RecActions`. These additions enable interaction with corresponding database tables/entities. Updated the `OnModelCreating` method to ensure proper configuration of the context. Removed an extraneous closing brace to maintain proper syntax.
Description
Languages
C#
100%