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