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