CreateTree
This commit is contained in:
@ -27,7 +27,7 @@ internal abstract class PersonBirthday
|
||||
internal static bool IsCounterPersonBirthday(Models.PersonBirthday personBirthday)
|
||||
{
|
||||
bool result;
|
||||
if (personBirthday.Value.Year < 1826)
|
||||
if (personBirthday.Value.Year < 1809)
|
||||
result = true;
|
||||
else
|
||||
result = false;
|
||||
|
Reference in New Issue
Block a user