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);
        }