Browse Source

Update Part-6.md

pull/15250/head
Halil İbrahim Kalkan 4 years ago
parent
commit
233faeb22c
  1. 2
      docs/en/Tutorials/Part-6.md

2
docs/en/Tutorials/Part-6.md

@ -265,7 +265,7 @@ namespace Acme.BookStore.Authors
We will implement this repository in the next part.
> Both of these methods might **seem unnecessary** since the standard repositories already `IQueryable` and you can directly use them instead of defining such custom methods. You're right and do it like in a real application. However, for this **"learning" tutorial**, it is useful to explain how to create custom repository methods when you really need it.
> Both of these methods might **seem unnecessary** since the standard repositories already provide generic querying methods and you can easily use them instead of defining such custom methods. You're right and do it like in a real application. However, for this **"learning" tutorial**, it is useful to explain how to create custom repository methods when you really need it.
## Conclusion

Loading…
Cancel
Save