Bus Reservation app

0
 Have issue in Booking seats ,I have use enumeration for seats but the problem is that the number of seats is fixed for all buses  ,so what should I use rather than enumeration ??
asked
1 answers
0

Perhaps a Seat entity that has * to 1 relationship to Bus? Every Bus could have custom Seat information?

 

A few more details about the problem you are trying to solve would be helpful.

answered