Posts by Rodolfo Araujo • 23 points
1 post
-
2
votes1
answer65
viewsQ: Entity Framework - Relationship Association Problem 1 to 0.. 1
I have a problem of association between two tables. Student and Student Tables. Public class Aluno { [Key] public int cod_aluno { get; set; } ........ public virtual Aluno_Unidade_Curso…