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