You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the presentation layer, the interfaces from View package (UserDetailsView, UserListView...) shouldn't be in the Presenter package? If I understood the Dependency Inversion Principle, the Presenter should define the interface that the view have to implement.