Question
How can I access the model from a custom container
Hi, I have a common custom container that is included in all my views.
I need to access a method from the model, usually, in a view, I do this from the presenter, how can I do this in the custom container in a general way without passing the view to the custom container?
Thanks,
Eyal
