Package com.skava.ratingandreviews.web
Class QuestionWebDependencies
java.lang.Object
com.skava.ratingandreviews.web.QuestionWebDependencies
Class QuestionWebDependencies
This class is the Question Dependencies class contains all service class implementations.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionQuestionWebDependencies
(FindAllQuestionsService findAllQuestionsService, DeleteByIdQuestionsService deleteByIdQuestionsService, PatchUpdateQuestionStatusService patchUpdateQuestionStatusService) -
Method Summary
-
Constructor Details
-
QuestionWebDependencies
@Autowired public QuestionWebDependencies(FindAllQuestionsService findAllQuestionsService, DeleteByIdQuestionsService deleteByIdQuestionsService, PatchUpdateQuestionStatusService patchUpdateQuestionStatusService)
-