Exemple #1
0
 public async Task <SearchTvShowViewModel> GetShowInfo(int tvdbId)
 {
     return(await TvEngine.GetShowInformation(tvdbId));
 }
Exemple #2
0
 public async Task <SearchTvShowViewModel> GetShowInfo(string tvdbId)
 {
     return(await TvEngine.GetShowInformation(tvdbId, HttpContext.RequestAborted));
 }