Blacker.MangaScraper.Library.LibraryManager.GetRecentlyDownloadedMangas C# (CSharp) 메소드

GetRecentlyDownloadedMangas() 공개 메소드

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