Skip to content

Instantly share code, notes, and snippets.

@yaplex
Created June 19, 2017 20:59
Show Gist options
  • Save yaplex/c856f7b9277b9e77225156a08681e2b9 to your computer and use it in GitHub Desktop.
Save yaplex/c856f7b9277b9e77225156a08681e2b9 to your computer and use it in GitHub Desktop.
static void Main(string[] args)
{
ObjectFactory.Initialize(x=>x.For<IMyRepository>().Use<MyRepository>());
ObjectFactory.Configure(x => x.RegisterInterceptor(new StructureMapInterceptor()));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment