QueryPagingConfig.cs 100 B

123
  1. namespace RunnersMeet.Server.Domain;
  2. public sealed record QueryPagingConfig(int PageSize = 10);