Example #1
0
 private bool TooLate()
 {
     if (!VisitSituation.IsTooLateToVisit())
     {
         return(false);
     }
     return(true);
 }