Command.cs 134 B

12345
  1. using MediatR;
  2. namespace Application.Features.Member.Wallet.Transactions.Delete;
  3. public sealed record Command(int[] IDs) : IRequest;