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