public class Film{ [Key] public int Id { get; set; } ... public List<Actor>? Actors { get; set; }}
public class Film{ [Key] public int Id { get; set; } ... public List<Actor>? Actors { get; set; }}
public class Actor{ [Key] public int Id { get; set; } public required string Name { get; set; } [Browsable(false)] public List<Film>? Films { get; set; }}
public class Actor{ [Key] public int Id { get; set; } public required string Name { get; set; } [Browsable(false)] public List<Film>? Films { get; set; }}
There is exception
I’ll send the exception text in 5 minutes, it doesn’t fit into the limit
I’ll send the exception text in 5 minutes, it doesn’t fit into the limit