8 lines
152 B
C#
8 lines
152 B
C#
namespace ZeroFramework.IdentityServer.API.Constants
|
|
{
|
|
public class PagingConstants
|
|
{
|
|
public const int DefaultPageSize = 20;
|
|
}
|
|
}
|