Re: Re: Dependency injection
In addition to Ryan's suggestion to replace your explicit registration with
a convention-based approach, it also appears that you've created interfaces
for each of your controllers. This shouldn't be necessary, as I doubt you
have anything consuming these interfaces.
Derek