Skip to content

Instantly share code, notes, and snippets.

@tarikguney
Created January 31, 2017 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarikguney/abde4d18dc08e52df7c0047d8e5f6669 to your computer and use it in GitHub Desktop.
Save tarikguney/abde4d18dc08e52df7c0047d8e5f6669 to your computer and use it in GitHub Desktop.
Ninject Code Sample
public class WarriorModule : NinjectModule
{
public override void Load()
{
this.Bind<IWeapon>().To<Sword>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment