Posts by Tânia S.A. • 36 points
1 post
-
2
votes1
answer113
viewsA: Fluent Api entering undesirable records
In this mapping: HasRequired(x => x.Estado) .WithMany(x => x.CidadeLista) .HasForeignKey(x => x.CodigoEstado); Are you saying in which field of the table Cidade you will be recording the id…