9 lines
158 B
C#
9 lines
158 B
C#
namespace UGQDataAccess;
|
|
|
|
public class UGQConstants
|
|
{
|
|
public const int MAX_INPUT_PAGE_SIZE = 100;
|
|
|
|
public const int MAX_UPDATE_RETRY_COUNT = 10;
|
|
}
|