Package Controller


package Controller
The Controller package contains classes that handle the control and logic of the application. It acts as an intermediary between the user interface (UI) and the underlying data and business logic.

The classes in this package are responsible for processing user input, performing data operations, and coordinating the interactions between the UI and the model components.

This package includes the following classes:

Since:
1.0
Version:
1.0
  • Classes
    Class
    Description
    This class is responsible for managing customer data, including registration, login, and data persistence.
    This class manages service prices for various service types.
    StaffController Class