models Movie, MovieSearch
This commit is contained in:
@@ -13,10 +13,8 @@
|
||||
@code {
|
||||
private async Task FaiCose()
|
||||
{
|
||||
await JSRuntime.InvokeVoidAsync("console.log", "Cose fatte!");
|
||||
|
||||
var movies = await OmdbService.FetchMovies("Matrix");
|
||||
var movieDetail = await OmdbService.FetchMovieDetail("tt28228084");
|
||||
var movieDetail = await OmdbService.FetchMovieDetail("tt11749868");
|
||||
|
||||
await JSRuntime.InvokeVoidAsync("console.log", movies);
|
||||
await JSRuntime.InvokeVoidAsync("console.log", movieDetail);
|
||||
|
||||
Reference in New Issue
Block a user