How to use Implicit Many to Many between IdentityUser and IdentityRole in ASP.NET Core 5

后端 未结 0 789
失恋的感觉
失恋的感觉 2021-01-23 19:35

I have these 2 entities.

public class ApplicationUser : IdentityUser
    {
        public int DepartmentId { get; set; }
        public string FirstNam         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题