Ejemplo n.º 1
0
 /// <summary>
 /// All images of this movie.
 /// </summary>
 /// <returns>The images.</returns>
 public async Task <Image> ImagesAsync()
 {
     return(await TheMovieDb.GetMovieImagesAsync(Id));
 }