using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.MyPage.GetLoginLogs; public sealed record Query( int MemberID, int Page, int PageSize ) : IQuery<Result<Response>>;