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