From 5c0beec72b3333b476444819e9c79b1c7a6858ee Mon Sep 17 00:00:00 2001 From: honurbu Date: Mon, 11 Mar 2024 14:12:41 +0300 Subject: [PATCH] update docs --- docs/en/Best-Practices/Entity-Framework-Core-Integration.md | 4 ++++ docs/en/Best-Practices/MongoDB-Integration.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/en/Best-Practices/Entity-Framework-Core-Integration.md b/docs/en/Best-Practices/Entity-Framework-Core-Integration.md index bae484af27..4a6c82c379 100644 --- a/docs/en/Best-Practices/Entity-Framework-Core-Integration.md +++ b/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) \ No newline at end of file diff --git a/docs/en/Best-Practices/MongoDB-Integration.md b/docs/en/Best-Practices/MongoDB-Integration.md index 594244443e..16a6a7d58f 100644 --- a/docs/en/Best-Practices/MongoDB-Integration.md +++ b/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. \ No newline at end of file +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) \ No newline at end of file