Uses of Interface
com.ntu.fdae.group1.bto.services.user.IUserService
Packages that use IUserService
-
Uses of IUserService in com.ntu.fdae.group1.bto.controllers.user
Constructors in com.ntu.fdae.group1.bto.controllers.user with parameters of type IUserServiceModifierConstructorDescriptionUserController
(IUserService userService) Constructs a UserController with the specified user service. -
Uses of IUserService in com.ntu.fdae.group1.bto.services.user
Classes in com.ntu.fdae.group1.bto.services.user that implement IUserServiceModifier and TypeClassDescriptionclass
Implementation of the IUserService interface that provides user management functionality for the BTO Management System.