8 lines
153 B
C#
8 lines
153 B
C#
|
namespace ZeroFramework.DeviceCenter.Domain.Constants
|
|||
|
{
|
|||
|
public class PagingConstants
|
|||
|
{
|
|||
|
public const int DefaultPageSize = 10;
|
|||
|
}
|
|||
|
}
|