Uses of Interface
it.unimib.unimibmodules.controller.QuestionRepository
Packages that use QuestionRepository
-
Uses of QuestionRepository in it.unimib.unimibmodules.controller
Fields in it.unimib.unimibmodules.controller declared as QuestionRepositoryModifier and TypeFieldDescriptionprivate final QuestionRepository
QuestionController.questionRepository
Instance of QuestionRepository that will be used to access the db.Constructors in it.unimib.unimibmodules.controller with parameters of type QuestionRepositoryModifierConstructorDescriptionQuestionController
(QuestionRepository questionRepository, UserRepositoryReadOnly userRepository, org.modelmapper.ModelMapper modelMapper, CategoryRepositoryReadOnly categoryRepository, AWSToken awsToken) -
Uses of QuestionRepository in it.unimib.unimibmodules.repository
Classes in it.unimib.unimibmodules.repository that implement QuestionRepository