Package com.skava.ratingandreviews.web
Class VoteDependencies
java.lang.Object
com.skava.ratingandreviews.web.VoteDependencies
Class VoteDependencies
This class is the Vote Dependencies class contains all service class implementations.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionVoteDependencies
(CreateVotesService createVotesService, GetVotesService getVotesService) -
Method Summary
-
Constructor Details
-
VoteDependencies
@Autowired public VoteDependencies(CreateVotesService createVotesService, GetVotesService getVotesService)
-