'Unity.MVC5 Dependency Injection

Good day to all, I am trying to use dependency injection in my ASP.NET MVC 5 Application. Everything looked okay until I tested my application. My problem is I am trying to inject the DB context for each business logic, but I am getting this error. I've been trying to resolve this for hours, I hope you can guys can help me.

Thank you

enter image description here

enter image description here

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source