Uses of Interface
edu.cnm.deepdive.teamassignments.model.dao.UserRepository
Packages that use UserRepository
-
Uses of UserRepository in edu.cnm.deepdive.teamassignments.service
Constructors in edu.cnm.deepdive.teamassignments.service with parameters of type UserRepositoryModifierConstructorDescriptionTaskService(TaskRepository repository, GroupRepository groupRepository, UserRepository userRepository)
access task service repository.UserService(UserRepository repository)
Uses Jwt converter to access the user repository.