Using structuremap for my DI. By default everything works, however I want to add fn and ln to AspNetUser DB. I\'ve added a new class like so:
public class Applic
Thanks to @Jorge Rojas I was able to solve it. Not all references were replaced with ApplicationUser. In my Container I did not have to make any changes.