Hello, I have a solution in MVC divided into 4 projects: Model, Persistence, Contoller and View
Persistence has a reference to Model
Controller has 2 references for Model and Persistence
I'm trying to put a reference to View for Controller but Visual Studio says it's a circular reference, but I do not understand why