« Return to Thread: Re: Dependency injection

Re: Re: Dependency injection

by Derek Greer :: Rate this Message:

| View in Thread

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

 « Return to Thread: Re: Dependency injection