Posts by Luciano Gerhardt • 13 points
1 post
-
1
votes1
answer546
viewsA: Problem loading data with Entity Framework using Include
As we can see, the Vehicle class has two FK for Applicationuser. They are Company and Driver. public class Veiculo { [Key] public Guid VeiculoID { get; set; } [Required] public Guid MotoristaID {…