Skip to content

Instantly share code, notes, and snippets.

@claudiosanchez
Created April 16, 2014 20:06
Show Gist options
  • Select an option

  • Save claudiosanchez/10927605 to your computer and use it in GitHub Desktop.

Select an option

Save claudiosanchez/10927605 to your computer and use it in GitHub Desktop.
Para que Ahmed no se tenga que matar buscando como se hace esto con su IoC Container mal documentado.
public class ComidaMasticadaParaAHmedModule : NinjectModule
{
public override void Load()
{
Bind(typeof(IRepository<>)).To(typeof(Repository<>));
}
}
@amhed

amhed commented Apr 16, 2014

Copy link
Copy Markdown

Ahhhjajajaja cabron, dizque ComidaMasticadaAhmedModule

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment