CheckProblemUseCaseIn

data class CheckProblemUseCaseIn(val memberId: Long, val problemId: Long, val sub: String)

Constructors

Link copied to clipboard
constructor(memberId: Long, problemId: Long, sub: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sub: String