1 2 3 4 5 6 7
pub fn add_to_waitlist() { seat_at_table(); } fn seat_at_table() { super::serving::take_order(); }