Uses of Interface
com.ntu.fdae.group1.bto.services.booking.IBookingService
Packages that use IBookingService
Package
Description
-
Uses of IBookingService in com.ntu.fdae.group1.bto.controllers.booking
Constructors in com.ntu.fdae.group1.bto.controllers.booking with parameters of type IBookingServiceModifierConstructorDescriptionBookingController
(IBookingService bookingService) Constructs a new BookingController with the specified booking service. -
Uses of IBookingService in com.ntu.fdae.group1.bto.services.booking
Classes in com.ntu.fdae.group1.bto.services.booking that implement IBookingServiceModifier and TypeClassDescriptionclass
Implementation of the IBookingService interface that provides booking functionality for the BTO Management System.