I'm in a project of a system that uses C # language, using MVC, Entity Framework and I'm using the Fluent API. I wonder if you have any other way to do this.
HasKey(oc => oc.OrdemCompraId);
HasRequired(oc => oc.UsuarioCadastro)
.With...
asked by
28.09.2015 / 18:50