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