I'm learning .net core 5 and to do so I'm making a project trying to use repository pattern.
I divided the solutions in 4 projects, one of them is the model project.
The views of the project are in the Area part of the solution.
The Controller can see the model correctly, but the view can't.
All the references seems to be properly setted.
Please help me!!! I need to learn this thing ASAP!
Thanks