示例#1
0
        public DocsPaVO.Caching.InfoFileCaching[] ricercaDocumemtoInCacheDaTrasferire(string statoAggiornamento, string idAmministrazione)
        {
            DocsPaVO.Caching.InfoFileCaching[] Info = null;
            try
            {
                Info = CacheFileManager.ricercaDocumemtoInCacheDaTrasferire(statoAggiornamento, idAmministrazione);
            }
            catch (Exception e)
            {
                logger.Debug("errore nel web method ricercadocumentoincache errore: " + e.Message);
                Info = new DocsPaVO.Caching.InfoFileCaching[0];
            }

            return(Info);
        }