Resume With Projects
data class ResumeWithProjects(resumeEntity: ResumeEntity, projects: List<ProjectEntity>)
Content copied to clipboard
one to many relation one resume have many projects
Constructors
Link copied to clipboard
fun ResumeWithProjects(resumeEntity: ResumeEntity, projects: List<ProjectEntity>)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun copy(resumeEntity: ResumeEntity, projects: List<ProjectEntity>): ResumeWithProjects
Content copied to clipboard