pub async fn get_course_ids_by_exam_id(
    conn: &mut PgConnection,
    exam_id: Uuid
) -> ModelResult<Vec<Uuid>>
Expand description

Gets all course ids associated with the given exam id.