Exemplo n.º 1
0
 public List <Chapter> GetChapterList(string mangaUrl)
 {
     return(scraper.GetChapterList(mangaUrl));
 }