Skip to content

Commit cdec48b

Browse files
authored
Merge pull request #22980 from abpframework/auto-merge/rel-9-1/3757
Merge branch rel-9.2 with rel-9.1
2 parents 3f9a83f + de87fcf commit cdec48b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/en/tutorials/book-store/part-01.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,11 @@ public class BookStoreDbContext : AbpDbContext<BookStoreDbContext>
114114

115115
{{if DB == "Mongo"}}
116116

117-
Add a `IMongoCollection<Book> Books` property to the `BookStoreMongoDbContext` inside the `Acme.BookStore.MongoDB` project:
117+
Add an `IMongoCollection<Book> Books` property to the `BookStoreMongoDbContext` inside the `Acme.BookStore.MongoDB` project:
118118

119119
```csharp
120+
using Acme.BookStore.Books;
121+
120122
public class BookStoreMongoDbContext : AbpMongoDbContext
121123
{
122124
public IMongoCollection<Book> Books => Collection<Book>();

0 commit comments

Comments
 (0)