get_organization_exam_with_exam_id

Function get_organization_exam_with_exam_id 

Source
pub async fn get_organization_exam_with_exam_id(
    conn: &mut PgConnection,
    exam_id: Uuid,
) -> ModelResult<OrgExam>