Uses of Interface
edu.cnm.deepdive.teamassignments.model.dao.GroupRepository
Packages that use GroupRepository
-
Uses of GroupRepository in edu.cnm.deepdive.teamassignments.service
Constructors in edu.cnm.deepdive.teamassignments.service with parameters of type GroupRepositoryModifierConstructorDescriptionGroupService(UserService userService, GroupRepository repository)
Constructor for Group service.TaskService(TaskRepository repository, GroupRepository groupRepository, UserRepository userRepository)
access task service repository.