Beispiel #1
0
 public static void DeleteGuest(int year, int guestId)
 {
     GuestRepository.DeleteGuest(year, guestId);
 }