pub async fn get_selected_country_by_user_id(
conn: &mut PgConnection,
user_id: Uuid,
course_instance_id: Uuid,
) -> ModelResult<StudentCountry>
pub async fn get_selected_country_by_user_id(
conn: &mut PgConnection,
user_id: Uuid,
course_instance_id: Uuid,
) -> ModelResult<StudentCountry>