Skip to content

Instantly share code, notes, and snippets.

@robertgreiner
Created April 17, 2012 21:43
Show Gist options
  • Save robertgreiner/2409270 to your computer and use it in GitHub Desktop.
Save robertgreiner/2409270 to your computer and use it in GitHub Desktop.
var kernel = new StandardKernel(new AppModule());
salesTax = kernel.Get<ITaxType>();
var total = salesTax.Calculate(100.00m);
Console.WriteLine(total);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment