Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 320 Bytes

File metadata and controls

12 lines (9 loc) · 320 Bytes

Examples

SimpleInjector SelfHost WebApi

Example shows how to use SimpleInjector and SelfHosted WebApi and inject dependencies in ApiControllers.

Required packages:

  • Microsoft.AspNet.WebApi.Core
  • Microsoft.AspNet.WebApi.OwinSelfHost
  • Microsoft.Owin.Hosting
  • SimpleInjector
  • SimpleInjector.Integration.WebApi