示例#1
0
        public DocsPaVO.Caching.InfoFileCaching massimaVersioneDelDocumento(string docNumber)
        {
            DocsPaVO.Caching.InfoFileCaching info = null;
            try
            {
                info = CacheFileManager.massimaVersioneDelDocumento(docNumber);
            }
            catch (Exception e)
            {
                logger.Debug("errore nel web method massimaversionedeldocumento errore: " + e.Message);
            }

            return(info);
        }