Channel9Downloader.DataAccess.FinishedDownloadsRepository.GetAllFinishedDownloads C# (CSharp) Method

GetAllFinishedDownloads() public method

Gets a list of all finished downloads.
public GetAllFinishedDownloads ( ) : List
return List
        public List<RssItem> GetAllFinishedDownloads()
        {
            return _finishedDownloads.Items;
        }