Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 211 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 211 Bytes

Autofac.Extras.ServiceStack

Autofac container adapter for ServiceStack with per-request scope

Usage:

var container = builder.Build();

var appHost = new MyAppHost();
appHost.UseAutofac(container);