zeroframework/Services/Identity/ZeroFramework.IdentityServer.API/Constants/PagingConstants.cs

8 lines
152 B
C#
Raw Normal View History

2023-12-05 09:22:48 +00:00
namespace ZeroFramework.IdentityServer.API.Constants
{
public class PagingConstants
{
public const int DefaultPageSize = 20;
}
}