Example #1
0
 protected override string CutOffDate(string pesel)
 {
     return(DateAdministrator.GetDate(pesel));
 }
Example #2
0
 protected override bool ValidateDate(int year, int month, int day)
 {
     return(DateAdministrator.IsDateCorrect(year, month, day));
 }