Posts by vivaldi • 3 points
1 post
-
0
votes1
answer113
viewsQ: Fluent Api entering undesirable records
I have the following classes: Estado.Cs public class Estado { public Int32 EstadoId { get; set; } public Int32 CodigoEstado { get; set; } public String Sigla { get; set; } public String Nome { get;…