I’ve got a BaseController that all of my site’s controllers inherit from.
I’ve got a BaseModel that all of my Models inherit from.
I want to set my BaseModel in my BaseController’s OnActionExecuting method and make it available to the specific model in the specific controller.
Is something like that possible?
Mustafa
Something like this?