aspnetcore-webapi-template icon indicating copy to clipboard operation
aspnetcore-webapi-template copied to clipboard

How to add entity relationship with application user

Open ThanhTung3001 opened this issue 2 years ago • 0 comments

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

}

ThanhTung3001 avatar Apr 14 '23 04:04 ThanhTung3001