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