Beispiel #1
0
 public void createFligth(Flight flight)
 {
     flightsRepository.create(flight);
 }