Uses of Interface
edu.cnm.deepdive.interviewprep.model.dao.QuestionRepository
-
Packages that use QuestionRepository Package Description edu.cnm.deepdive.interviewprep.service -
-
Uses of QuestionRepository in edu.cnm.deepdive.interviewprep.service
Constructors in edu.cnm.deepdive.interviewprep.service with parameters of type QuestionRepository Constructor Description QuestionService(QuestionRepository questionRepository)
Constructor that instantiates a newQuestion
service object.
-