Skip to content

Instantly share code, notes, and snippets.

@hjerpbakk
Last active August 29, 2015 14:09
Show Gist options
  • Save hjerpbakk/d0b5d12c9947712207f3 to your computer and use it in GitHub Desktop.
Save hjerpbakk/d0b5d12c9947712207f3 to your computer and use it in GitHub Desktop.
FermiContainer example 1
IFermiContainer fermiContainer = new FermiContainer();
fermiContainer.Register<ICalculator, Calculator>();
fermiContainer.Register<ClassWithOutAnInterface>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment