Posts by Alan Fagner • 21 points
1 post
-
2
votes1
answer31
viewsQ: Settings Many to Many code fast Migration
good afternoon! I have this many configuration for many in my project. public class Usuario { public Usuario() { this.LocalTrabalho = new HashSet<LocalAtendimento>(); } public virtual…