C# Class Docary.App_Start.NinjectMVC3

Mostra file Open project: JefClaes/Docary

Public Methods

Method Description
CreateKernel ( ) : IKernel
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Register ( IKernel kernel ) : void
RegisterAssemblers ( IKernel kernel ) : void
RegisterRepositories ( IKernel kernel ) : void
RegisterServices ( IKernel kernel ) : void

Method Details

CreateKernel() public static method

public static CreateKernel ( ) : IKernel
return IKernel

Start() public static method

public static Start ( ) : void
return void

Stop() public static method

public static Stop ( ) : void
return void