ninject

Dependency Injection with Ninject C#

I am developing an application that has 4 layers Dominio, Infra, Servico e Web when I have access to a route for example Home ... people indicating the installation of 2 additional Ninject MVC 5 and Ninject WEB packages.API, I am adding the 2 to do tests.

IoC with Ninject

I am developing an application using IoC and Ninject for dependency injection, and I ran into the following problem: When u ... that have the attribute as the example below [InstanceIoC] public class UCManterUsuario : IManterManterUsuario {