Ejemplo n.º 1
0
 public static void FunctionForCustomerType(int type)
 {
     HotelReservation.FindCheapestHotel(type);
     HotelReservation.FindCheapestBestRatedHotels(type);
     HotelReservation.FindBestRatedHotel(type);
 }