asp.net core identity custom user data with a collection

后端 未结 0 1397
长发绾君心
长发绾君心 2020-11-21 18:50
public class ApplicationUser : IdentityUser
{
    public ICollection Profiles { get; set; }
}

I have a collection of Profiles. Unfort

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