Package service
package service
Service layer classes delegates the Requests from the servlet to DAO.
Handles account operations, customer management, and authentication services.
- Author:
- Tamil Mughilan
-
ClassesClassDescriptionService class for managing bank account operations.Service class for user authentication in the banking system.Service class for managing customer operations.