Uses of Class
callofproject.dev.authentication.dto.environments.EducationUpsertDTO
Packages that use EducationUpsertDTO
Package
Description
-
Uses of EducationUpsertDTO in callofproject.dev.authentication.controller
Methods in callofproject.dev.authentication.controller with parameters of type EducationUpsertDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
UserInformationController.saveEducation
(EducationUpsertDTO dto) Save education to user. -
Uses of EducationUpsertDTO in callofproject.dev.authentication.service
Methods in callofproject.dev.authentication.service with parameters of type EducationUpsertDTOModifier and TypeMethodDescriptioncallofproject.dev.data.common.clas.ResponseMessage<Object>
UserInformationService.upsertEducation
(EducationUpsertDTO dto) Upsert education with given dto class.