C# Class BoC.InversionOfControl.Ninject.NinjectWebActivator

Provides the bootstrapping for integrating Unity with ASP.NET MVC.
Show file Open project: csteeg/BoC

Public Methods

Method Description
Start ( ) : void

Integrates Unity when the application starts.

Method Details

Start() public static method

Integrates Unity when the application starts.
public static Start ( ) : void
return void