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