Refactor InvokeRecActionQuery to InvokeRecActionCommand
Replaced the `InvokeRecActionQuery` class with the `InvokeRecActionCommand` class to better align with CQRS semantics. The new class retains the same `ProfileId` property and implements the `IRequest` interface. Updated the namespace to remain consistent.
This commit is contained in:
parent
495a5247bc
commit
2cf4d73cf3
@ -2,7 +2,7 @@
|
||||
|
||||
namespace ReC.Application.RecActions.Commands;
|
||||
|
||||
public class InvokeRecActionQuery : IRequest
|
||||
public class InvokeRecActionCommand : IRequest
|
||||
{
|
||||
public int ProfileId { get; init; }
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user