Relative Content

Tag Archive for dependency-injectionautomapperautofac

Depedency Injection with Autofac and Automapper

I have project where I implement Autofac and Automapper. There is no any problem when I added Automapper, but when I want to add mine implementation of interface I came across error with Automapper. My Global.asax.cs and AutoFacModule files: