Package com. tp2020. backend. controllers. category. dto
Types
DeleteCategoryDto
Link copied to clipboard
data class DeleteCategoryDto(id: Int, questionsToDelete: List<Long>, questionsToUpdate: List<PutQuestionDto>)
Content copied to clipboard
GetCategoryDto
Link copied to clipboard
PostCategoryDto
Link copied to clipboard
PutCategoryDto
Link copied to clipboard
Functions
toGetCategoryDto
Link copied to clipboard