4
I’m developing a C# project using MVC, but the teacher wants all students' projects to have Facade, the doubt is as follows !
Where I implement Facade, Model, View or Controller ?
4
I’m developing a C# project using MVC, but the teacher wants all students' projects to have Facade, the doubt is as follows !
Where I implement Facade, Model, View or Controller ?
2
The main objective of Facade
is to mediate the interaction between a view
and a model
, or in some cases only one model
. In your case you implement on controller
.
Browser other questions tagged c# mvc
You are not signed in. Login or sign up in order to post.