extend ASP.NET Core Identity user

前端 未结 2 1164
面向向阳花
面向向阳花 2021-01-26 01:45

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         


        
2条回答
  •  庸人自扰
    2021-01-26 02:14

    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.

提交回复
热议问题