示例#1
0
        public IEnumerable <Document> Get(string fileName)
        {
            var ids = _documentIdsByName.GetValues(fileName);

            return(_documents.GetManyValues(ids).Select(x => x.ToDocument()));
        }