Browse Source

update docs

pull/19223/head
honurbu 2 years ago
parent
commit
5c0beec72b
  1. 4
      docs/en/Best-Practices/Entity-Framework-Core-Integration.md
  2. 6
      docs/en/Best-Practices/MongoDB-Integration.md

4
docs/en/Best-Practices/Entity-Framework-Core-Integration.md

@ -191,3 +191,7 @@ public class AbpIdentityEntityFrameworkCoreModule : AbpModule
}
}
````
## See Also
* [Video tutorial](https://abp.io/video-courses/essentials/abp-ef-core)

6
docs/en/Best-Practices/MongoDB-Integration.md

@ -148,4 +148,8 @@ public class AbpIdentityMongoDbModule : AbpModule
}
```
Notice that this module class also calls the static `BsonClassMap` configuration method defined above.
Notice that this module class also calls the static `BsonClassMap` configuration method defined above.
## See Also
* [Video tutorial](https://abp.io/video-courses/essentials/abp-mongodb)
Loading…
Cancel
Save