Uses of Class
fr.utc.miage.sporttrack.service.user.communication.CommentService
Packages that use CommentService
-
Uses of CommentService in fr.utc.miage.sporttrack.controller
Constructors in fr.utc.miage.sporttrack.controller with parameters of type CommentServiceModifierConstructorDescriptionAthleteActivityController(ActivityService activityService, SportService sportService, WeatherReportService weatherReportService, AthleteService athleteService, BadgeService badgeService, CommentService commentService) Constructs anAthleteActivityControllerwith the required services.CommentController(CommentService commentService, ActivityService activityService, AthleteService athleteService) Constructs a new CommentController with the specified services.FriendshipController(FriendshipService friendshipService, FriendshipRepository friendshipRepository, AthleteRepository athleteRepository, AthleteService athleteService, ActivityService activityService, WeatherReportService weatherReportService, BadgeService badgeService, CommentService commentService) Constructs aFriendshipControllerwith the required dependencies.