3e6c2ea12b6ebf6655d753107f3d7b7e369278a7
Updated `CreateRecActionCommandHandler` to include a repository dependency (`IRepository<RecAction>`) for persisting data. Added a call to `repo.CreateAsync` in the `Handle` method to save the command request. Updated `using` directives to include necessary dependencies (`AutoMapper`, `DigitalData.Core.Abstraction.Application.Repository`, and `ReC.Domain.Entities`). Validation logic for `EndpointId` or `EndpointUri` remains unchanged.
Description
Languages
C#
100%