Пример #1
0
 /// <summary>
 /// Gets the credits of this movie.
 /// </summary>
 /// <returns>The credits of the movie.</returns>
 public async Task <Credits> CreditsAsync()
 {
     return(await TheMovieDb.GetMovieCreditsAsync(Id));
 }