mirror of
https://github.com/Tribufu/TribufuDotNet
synced 2026-08-15 15:41:07 +00:00
Add shared packages
This commit is contained in:
parent
6ebfde013a
commit
5b2588b47f
32 changed files with 981 additions and 7 deletions
12
src/Tribufu.Database/DatabaseConstants.cs
Normal file
12
src/Tribufu.Database/DatabaseConstants.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
namespace Tribufu.Database
|
||||
{
|
||||
public static class DatabaseConstants
|
||||
{
|
||||
public const uint DEFAULT_PAGINATION = 20;
|
||||
|
||||
public const uint MAX_PAGINATION = 100;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue