예제 #1
0
 public void DeleteItinerary(int id)
 {
     itineraryDAL.DeleteItinerary(id); // Call DeleteItinerary() to delete itinerary details
 }