Beispiel #1
0
 public static bool CheckIfBusAvailable(string busnumber)
 {
     return(BusRepository.CheckIfBusavailable(busnumber));
 }