Tagged Questions
3
votes
3answers
134 views
Dependency Inject for models
I'm sure someone has asked this before, but I'm struggling to find where.
I'm using Ninject to remove dependencies from my controllers, along with a repository design pattern.
As I understand it, ...