package com.happy.dao; import com.happy.Model.BookingComment; public interface BookingCommentDao { String insertBookingComment(BookingComment bookingComment); }