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