umdate inveokeRecActionCommand
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
using MediatR;
|
||||
using AutoMapper;
|
||||
using MediatR;
|
||||
using ReC.Application.RecActions.Queries;
|
||||
|
||||
namespace ReC.Application.RecActions.Commands;
|
||||
|
||||
public class InvokeRecActionCommand : IRequest
|
||||
public class InvokeRecActionCommand : ReadRecActionQuery, IRequest
|
||||
{
|
||||
public int ProfileId { get; init; }
|
||||
}
|
||||
|
||||
public static class InvokeRecActionCommandExtensions
|
||||
|
||||
Reference in New Issue
Block a user