Posts by storm • 11 points
1 post
-
1
votes1
answer136
viewsQ: Entity Framework Core relationship creation one to Many
public class Evento { public int Id { get; set; } public string Nome { get; set; } public Categoria Categoria { get; set; } public CasaShow CasaShow { get; set; } public float QuantDeIngressos {…