From de17d398ff6a61d071612bb8fc8f446442f04989 Mon Sep 17 00:00:00 2001 From: TekH Date: Mon, 1 Dec 2025 12:30:57 +0100 Subject: [PATCH] Rename ActionId to Id across the codebase Updated the `ActionId` property to `Id` in `RecActionDto` and `RecAction` classes for consistency. Reflected this change in all relevant files, including log messages, property assignments, and database column mappings. Standardized naming conventions to improve code clarity and maintainability. --- src/ReC.Application/Common/Behaviors/HeaderQueryBehavior.cs | 6 +++--- src/ReC.Application/Common/Dto/RecActionDto.cs | 2 +- .../RecActions/Commands/InvokeBatchRecActionsCommand.cs | 4 ++-- .../RecActions/Commands/InvokeRecActionCommand.cs | 6 +++--- src/ReC.Domain/Entities/RecAction.cs | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/ReC.Application/Common/Behaviors/HeaderQueryBehavior.cs b/src/ReC.Application/Common/Behaviors/HeaderQueryBehavior.cs index 966c620..2f901a9 100644 --- a/src/ReC.Application/Common/Behaviors/HeaderQueryBehavior.cs +++ b/src/ReC.Application/Common/Behaviors/HeaderQueryBehavior.cs @@ -19,7 +19,7 @@ public class HeaderQueryBehavior(IRecDbContext dbContext, ILogger(IRecDbContext dbContext, ILogger