Skip to content

Instantly share code, notes, and snippets.

@coyot
Created January 21, 2015 12:45
Show Gist options
  • Save coyot/f09bbf477672287fe191 to your computer and use it in GitHub Desktop.
Save coyot/f09bbf477672287fe191 to your computer and use it in GitHub Desktop.
var builder = new ContainerBuilder();
builder.RegisterType<ConsoleOutput>().As<IOutput>();
var container = builder.Build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment