Uses of Interface
fr.utc.miage.sporttrack.repository.user.communication.CommentRepository
Packages that use CommentRepository
-
Uses of CommentRepository in fr.utc.miage.sporttrack.service.user.communication
Constructors in fr.utc.miage.sporttrack.service.user.communication with parameters of type CommentRepositoryModifierConstructorDescriptionCommentService(CommentRepository commentRepository) Constructs a newCommentServicewith the given repository.