# Structs
Hotel desribes a single Hotel entity with attributes like name, number of rooms , etc It has a reference ( foreign key) to a HotelChain.
No description provided by the author
HotelChain is an entity which represents a group which has multiple hotels.
User desscribes an employee entity.
No description provided by the author