Uses of Record Class
callofproject.dev.project.dto.SaveProjectParticipantDTO
Packages that use SaveProjectParticipantDTO
-
Uses of SaveProjectParticipantDTO in callofproject.dev.project.controller
Methods in callofproject.dev.project.controller with parameters of type SaveProjectParticipantDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
ProjectOwnerController.addParticipant
(SaveProjectParticipantDTO dto) Handles the HTTP POST request to add a participant to a project. -
Uses of SaveProjectParticipantDTO in callofproject.dev.project.service
Methods in callofproject.dev.project.service with parameters of type SaveProjectParticipantDTOModifier and TypeMethodDescriptioncallofproject.dev.data.common.clas.ResponseMessage<Boolean>
IProjectOwnerService.addParticipant
(SaveProjectParticipantDTO dto) Adds a participant to a project.callofproject.dev.data.common.clas.ResponseMessage<Boolean>
ProjectOwnerService.addParticipant
(SaveProjectParticipantDTO dto) Adds a participant to a project.