| 123456 |
- using Application.Abstractions.Messaging;
- using SharedKernel.Results;
- namespace Application.Features.Api.Studio.Wallet.GetWithdraw;
- public sealed record Query(int MemberID, string? Period, int Page, int PerPage = 20) : IQuery<Result<Response>>;
|