NancyFx / Nancy.Bootstrappers.Ninject

Nancy boostrapper for the Ninject container
MIT License
17 stars 25 forks source link

Added support for Func parameters and added tests #4

Closed thecodejunkie closed 12 years ago

thecodejunkie commented 12 years ago

Using a custom Ninject module, the bootstrapper is now able to resolve Func dependencies. Also added a test project and a tests that makes sure that the INancyEngine can be resolved from the container.