0
kicks
Dependency Injection with ASP.NET Web API and Autofac
Rob Cain has written a post that describes how we can use Dependency Injection (DI) in ASP.NET Web API using Autofac to accomplish a fairly common task – namely creating an ApiController with custom parameters to service an Http request.