Beispiel #1
0
 //Kunne optimere ved at fusionere til en.
 public void AddToRepo(Booking booking)
 {
     _BookingList.Add(booking);
 }