Exemple #1
0
 public bool StasjonFinnes(string fraStasjon, string tilStasjon)
 {
     return(_stasjon.StasjonFinnes(fraStasjon, tilStasjon));
 }