Onion architecture design question
I recently started working on a new project where the team was considering use onion architecture, which I was not very familiar with, so I started reading about it.
Preventing presentation layer from directly accessing repositories?
I’m trying to design my application in line with the “onion architecture” principles, and have something like the following: