Where to implement Facade in the MVC?

Asked

Viewed 220 times

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 ?

1 answer

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

You are not signed in. Login or sign up in order to post.