sinantok / aspnetcore-webapi-template

This project is an Web API Open-Source Boilerplate Template that includes ASP.NET Core 5, Web API standards, clean n-tier architecture, GraphQL service, Redis, Mssql, Mongo databases and User Auditing (Identity) with a lot of best practices.

Home Page:https://marketplace.visualstudio.com/items?itemName=SinanTok.ASPNETCoreWebAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add entity relationship with application user

ThanhTung3001 opened this issue · comments

example we have BlogEntity and i wan't to map ApplicationUser . But can't map
public class Blog {
public ApplicationUser user {get;set;}

}