asp.net mvc - How should I use ninject in a multiproject mvc app? -


my app set way web data services poco entities

controllers use services (so should injected) services use repositories (which assume should injected)

i have set controllers receive service need through ninject not sure how done services =>repositories

any this?

you use ninject.web.mvc extension. contains sample application illustrates how register container in global.asax.


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

android - View with visibility state GONE taking up space on screen -