Uses of Interface
com.ntu.fdae.group1.bto.services.project.IProjectService
Packages that use IProjectService
Package
Description
-
Uses of IProjectService in com.ntu.fdae.group1.bto.controllers.project
Constructors in com.ntu.fdae.group1.bto.controllers.project with parameters of type IProjectServiceModifierConstructorDescriptionOfficerRegistrationController
(IOfficerRegistrationService regService, IProjectService projService) Constructs a new OfficerRegistrationController with necessary services.ProjectController
(IProjectService projectService) Constructs a new ProjectController -
Uses of IProjectService in com.ntu.fdae.group1.bto.services.project
Classes in com.ntu.fdae.group1.bto.services.project that implement IProjectServiceModifier and TypeClassDescriptionclass
Service class for managing project-related operations in the BTO Management System.