|
|
|
|
@ -353,7 +353,7 @@ namespace BookStore.Books
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
We will use this class as output DTO to retrieve books with their sub-categories and author names.
|
|
|
|
|
We will use this class to retrieve books with their sub-categories and author names.
|
|
|
|
|
|
|
|
|
|
* **IBookRepository.cs**
|
|
|
|
|
|
|
|
|
|
@ -1569,4 +1569,4 @@ namespace BookStore.Web.Pages.Books
|
|
|
|
|
|
|
|
|
|
In this article, I've tried to explain how to create many-to-many relationship by using the ABP framework. (by following DDD principles)
|
|
|
|
|
|
|
|
|
|
Thanks for reading this article, I hope it was helpful.
|
|
|
|
|
Thanks for reading this article, I hope it was helpful.
|
|
|
|
|
|