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