Introduced the `RecAction` class in the `ReC.Domain.Entities` namespace to represent the `TBREC_CFG_ACTION` database table. Added data annotations for table and column mapping, including a primary key (`Guid`) and other properties for database fields such as `ProfileId`, `Active`, `Sequence`, and query-related fields. Included auditing fields (`AddedWho`, `AddedWhen`, `ChangedWho`, `ChangedWhen`) for tracking changes. All fields are nullable to handle missing data gracefully.
ReC
Description
Languages
C#
100%