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); }