// amends car hire details held in the database public static void AmendCarHire(string driver, int bookingRef, DateTime startDate, DateTime endDate) { DatabaseCalls.AmendCarHire(driver, bookingRef, startDate, endDate); }