Beispiel #1
0
        private RssStatistics ToRssStatistics(RssEntryToRead model)
        {
            var projection = new RssStatistics
            {
                Id      = model.RssEntry.Id,
                Name    = model.RssEntry.Title,
                Preview = model.RssEntry.PreviewText,
            };

            return(projection);
        }
        private RssStatistics ToRssStatistics(RssEntryToRead model)
        {
            var projection = new RssStatistics
            {
                Id = model.RssEntry.Id,
                Name = model.RssEntry.Title,
                Preview = model.RssEntry.PreviewText,
            };

            return projection;
        }