matthewrenze / clean-architecture-demo

A sample app for my online course "Clean Architecture: Patterns, Practices, and Principles" in .NET Framework 4.8
BSD 3-Clause "New" or "Revised" License
1.03k stars 483 forks source link

Patch 1 #6

Closed carlovsky666 closed 6 years ago

carlovsky666 commented 6 years ago

Reference to the right method (Get(saleId) instead GetAll())

matthewrenze commented 6 years ago

Thank's for the pull request @carlovsky666.

This project was created as a demo app for an online course and corresponding presentation. So, unfortunately, I can't incorporate your suggestions into the project because it would not match what is being taught and demonstrated in the online course.

I appreciate your willingness to contribute to this project though.

Thanks!