Skip to content

Instantly share code, notes, and snippets.

@johans2
Created September 9, 2018 11:46
Show Gist options
  • Save johans2/b763315ed2d81950edadd243a034d34e to your computer and use it in GitHub Desktop.
Save johans2/b763315ed2d81950edadd243a034d34e to your computer and use it in GitHub Desktop.
using Cakewalk.IoC.Core;
public class ExampleBootStrapper : BaseBootStrapper {
public override void Configure(Container container) {
container.Register<IExampleClass, ExampleClass>();
container.Register<ExampleClass2>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment