Access User ICollection from SQL database in .NET Core MVC

前端 未结 0 643
梦谈多话
梦谈多话 2021-02-09 07:38

In my Models folder, I have an ICollection of type Item.

public class ApplicationUser : IdentityUser
{
    [PersonalData]
    [Column]
    public string FirstName         


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