Uses of Class
edu.cnm.deepdive.interviewprep.service.UserService
-
Packages that use UserService Package Description edu.cnm.deepdive.interviewprep.controller -
-
Uses of UserService in edu.cnm.deepdive.interviewprep.controller
Constructors in edu.cnm.deepdive.interviewprep.controller with parameters of type UserService Constructor Description QuestionController(UserService userService, QuestionService questionService)
Constructor that instantiates a new User service object.UserController(UserService service)
Constructor that instantiates a new User service object.
-