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