Posts by Leandro Molina • 11 points
1 post
-
1
votes1
answer292
viewsQ: Code First Relationship Migration and Insert?
I’m using UserManager to manage users, I am using migration and I’m having relationship trouble. I happen to have the entity Cliente: public class Cliente : IdentityUser { [NotMapped] public string…