Is it possible to have a generic web api that will support any model in your project?
class BaseApiController :ApiController { private IReposito
It is absolutely possible as said in previous answer. This is good approach and definetely good architecture. But i don't anderstand why your controllers are not public. May be it is your problem and because of it your code didn't work?