Favorites (#4)
* Added favorites page * Refactor table to a reusable component Reviewed-on: #4 Co-authored-by: Berack96 <giacomobertolazzi7@gmail.com> Co-committed-by: Berack96 <giacomobertolazzi7@gmail.com>
This commit was merged in pull request #4.
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
|
||||
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Rappresenta un film con le sue proprietà principali.
|
||||
/// Non ho preso tutte le proprietà disponibili dall'API OMDB, solo quelle richieste.
|
||||
/// </summary>
|
||||
class Movie
|
||||
public class Movie
|
||||
{
|
||||
public required string Title { get; set; }
|
||||
public required string Year { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user