Skip to content

Instantly share code, notes, and snippets.

@brsmith080
Created June 21, 2013 14:44
Show Gist options
  • Save brsmith080/5831654 to your computer and use it in GitHub Desktop.
Save brsmith080/5831654 to your computer and use it in GitHub Desktop.
autofac ss adapter stuff
var Provider = new RequestLifetimeScopeProvider(AutofacContainer.RootScope.Value, null);
AutofacServiceStackAdapter.ScopeProvider = Provider;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment