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
Post a Comment