How would I do this using areas, and navigating through the main controllers (which are at the root of the project).
Basically it is the following: www.algumacoisa.com/home/index = > redirect to the controller that will check the value that I searched the bank, and redirect to an area to return the view of that area (template). my biggest question is what would be the returns of these controllers.
And if anyone has a better idea of this concept without using areas, I would be very grateful. Thanks!