Пример #1
0
 public async Task <Episode> GetEpisode(string slug)
 {
     return(await _showService.FindAsync(slug));
 }