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