zeroframework/Services/Identity/ZeroFramework.IdentityServer.API/Constants/PagingConstants.cs
2023-12-05 17:22:48 +08:00

8 lines
152 B
C#

namespace ZeroFramework.IdentityServer.API.Constants
{
public class PagingConstants
{
public const int DefaultPageSize = 20;
}
}