Converted RecActionDto from class to record for immutability and value-based equality. Added nullable properties `ActionId` and `ProfileId` to RecActionDto. Introduced InvokeRecActionCommand.cs, which includes: - A new InvokeRecActionCommand record inheriting from RecActionDto. - Constructors for initializing InvokeRecActionCommand. - An extension method `ToInvokeCommand` for converting RecActionDto to InvokeRecActionCommand.
ReC
Description
Languages
C#
100%