18 lines
282 B
C#
18 lines
282 B
C#
namespace Constants;
|
|
|
|
public static class FixedLength
|
|
{
|
|
static FixedLength()
|
|
{
|
|
}
|
|
|
|
public const int NationalCode = 10;
|
|
public const int CellPhoneNumberIran = 11;
|
|
|
|
|
|
/// <summary>
|
|
/// TODO
|
|
/// </summary>
|
|
public const int DatabasePassword = 44;
|
|
}
|