示例#1
0
        public byte[] streamFileDallaCache(string path)
        {
            byte[] stream = null;
            try
            {
                stream = CacheFileManager.streamFileDallaCache(path);
            }
            catch (Exception e)
            {
                logger.Debug("errore nel web method streamfiledallacache errore: " + e.Message);
            }

            return(stream);
        }