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