C# Class FallenNova.Web.App_Start.NinjectConfig

Show file Open project: BernieCook/CacheAspect

Public Methods

Method Description
Start ( ) : void

Starts the application.

Stop ( ) : void

Stops the application.

Private Methods

Method Description
CreateKernel ( ) : IKernel

Creates the kernel that will manage the application.

RegisterServices ( IKernel kernel ) : void

Load modules and register services.

Method Details

Start() public static method

Starts the application.
public static Start ( ) : void
return void

Stop() public static method

Stops the application.
public static Stop ( ) : void
return void