Package com.tp2020.backend.controllers.role.dto

Types

GetRoleDto
Link copied to clipboard
data class GetRoleDto(id: Int, roleName: String)

Functions

toGetRoleDto
Link copied to clipboard
fun ResultRow.toGetRoleDto(): GetRoleDto