aspnetcore-webapi-template
aspnetcore-webapi-template copied to clipboard
How to add entity relationship with application user
example we have BlogEntity and i wan't to map ApplicationUser . But can't map public class Blog { public ApplicationUser user {get;set;}
}