示例#1
0
        public DocsPaVO.utente.InfoUtente ricercaInfoUtente(string userid)
        {
            DocsPaVO.utente.InfoUtente info = null;
            try
            {
                info = CacheFileManager.ricercaInfoUtente(userid);
            }
            catch (Exception e)
            {
                logger.Debug("errore nel web method ricercainfoutente errore: " + e.Message);
            }

            return(info);
        }