Uses of Interface
edu.cnm.deepdive.picmegallery.model.dao.UserRepository
-
Packages that use UserRepository Package Description edu.cnm.deepdive.picmegallery.service -
-
Uses of UserRepository in edu.cnm.deepdive.picmegallery.service
Constructors in edu.cnm.deepdive.picmegallery.service with parameters of type UserRepository Constructor Description UserService(UserRepository userRepository)
This Constructor creates a UserRepository object.
-