Blacker.MangaScraper.Recent.RecentMangaScraper.Preview C# (CSharp) Method

Preview() public method

public Preview ( ) : IEnumerable
return IEnumerable
        public IEnumerable<IMangaRecord> Preview()
        {
            return GetMangas(true);
        }