Uses of Class
com.unosquare.carmigo.dto.request.PlatformUserRequest
-
Uses of PlatformUserRequest in com.unosquare.carmigo.controller
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PlatformUserResponse>
PlatformUserController.createPlatformUser
(@Valid PlatformUserRequest platformUserRequest) Enables a user to create an account. -
Uses of PlatformUserRequest in com.unosquare.carmigo.service
Modifier and TypeMethodDescriptionPlatformUserService.createPlatformUser
(PlatformUserRequest platformUserRequest) Creates a platform user.