Example #1
0
 public static void CleanUp()
 {
     if (_timeTableService != null)
     {
         _timeTableService.Dispose();
     }
 }