public async Task <bool> DownloadMangaWithSpecifyFolderAsync(Manga manga) { return(await _dataService.DownloadMangaWithSpecifyFolderAsync(manga)); }
public async Task <bool> DownloadMangaWithSpecifyFolderAsync(Manga manga, List <Chapter> chapters) { return(await _dataService.DownloadMangaWithSpecifyFolderAsync(manga, chapters)); }
public async Task <Uri> GetMangaImageUri(Manga manga) { return(await _dataService.GetMangaCoverUri(manga)); }