getResumeWithEducations

abstract fun getResumeWithEducations(resumeId: Int): List<ResumeWithEducations>

to get the list of ResumeWithEducations from database as latest created resume as first.

Return

list of ResumeWithEducations instances.

Parameters

resumeId

id of the resume.