tests and fixes
This commit is contained in:
@@ -4,7 +4,7 @@ public static class ConfigurationConstraints
|
||||
{
|
||||
public const int CityNameLength = 70;
|
||||
public const int CountryNameLength = 70;
|
||||
public const int CitizenshipLength = 30;
|
||||
public const int CitizenshipLength = 50;
|
||||
public const int ReentryPermitNumberLength = 25;
|
||||
public const int IssuerNameLength = 200;
|
||||
public const int VisaNameLength = 70;
|
||||
@@ -20,4 +20,4 @@ public static class ConfigurationConstraints
|
||||
public const int ApplicantMinAge = 14;
|
||||
public const int JobTitleLength = 50;
|
||||
public const int MaxValidDays = 90;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user