I can not make a reference to a project

0

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

    
asked by anonymous 01.07.2017 / 21:34

0 answers