Does anyone have any code examples on how to create controllers that have parameters other than using a Dependency Injection Container?
I see plenty of samples with
You can create an IModelBinder that spins up an instance from a factory - or, yes, the container. =)