Query.cs 179 B

12345
  1. using Application.Abstractions.Messaging;
  2. namespace Application.Features.Api.Paper.GetLedger;
  3. public sealed record Query(int MemberID, int Page, int PerPage) : IQuery<Response>;