Browse Source

Merge pull request #16032 from abpframework/Onur/edit-article

Community Article editing
pull/16040/head
Salih 3 years ago
committed by GitHub
parent
commit
c5b032c2bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Community-Articles/2023-03-20- IdentityUser-Relationships/Post.md

2
docs/en/Community-Articles/2023-03-20- IdentityUser-Relationships/Post.md

@ -7,7 +7,7 @@ In this article, I will talk about the relationships of IdentityUser in every we
In this article we will use EF Core as the database provider and MVC as the user interface framework. But Angular, Blazor Server and Blazor WebAssembly also work. ABP Framework offers starter templates to get started faster. We can create a new starter template using the ABP CLI:
```
```bash
abp new IdentityRelationship
```

Loading…
Cancel
Save