init: initial commit
This commit is contained in:
17
src/Core/Constants/FixedLength.cs
Normal file
17
src/Core/Constants/FixedLength.cs
Normal file
@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user