Blacker.MangaScraper.Library.LibraryManager.GetRecentlyDownloadedMangas C# (CSharp) Method

GetRecentlyDownloadedMangas() public method

public GetRecentlyDownloadedMangas ( System.DateTime downloadedAfter ) : IEnumerable
downloadedAfter System.DateTime
return IEnumerable
        public IEnumerable<IMangaRecord> GetRecentlyDownloadedMangas(DateTime downloadedAfter)
        {
            return _storage.GetRecentlyDownloadedMangas(downloadedAfter);
        }