public E_RESULTADO InsertaActualizaDocumentos(int pID_CANDIDATO, List <UDTT_ARCHIVO> pLstArchivoTemporales, List <E_DOCUMENTO> pLstDocumentos, string pClUsuario, string pNbPrograma)
        {
            ProcesoSeleccionOperaciones oProcesoSeleccion = new ProcesoSeleccionOperaciones();

            return(UtilRespuesta.EnvioRespuesta(oProcesoSeleccion.InsertarActualizarDocumentos(pID_CANDIDATO, pLstArchivoTemporales, pLstDocumentos, pClUsuario, pNbPrograma)));
        }