ninject / Ninject.Extensions.Wcf

Ninject WCF extensions
Other
80 stars 54 forks source link

Update inheritance in WCF Service Library sample to inherit WcfModule #12

Closed mortenn closed 12 years ago

mortenn commented 12 years ago

The sample library was inheriting NinjectModule instead of WcfModule, and was as such wrong.

remogloor commented 12 years ago

Deriving from NinjectModule is correct.

mortenn commented 12 years ago

When should one derive from WcfModule, then?

remogloor commented 12 years ago

Never