C# Class Mhotivo.NinjectWebCommon

Exibir arquivo Open project: armejiaf/Mhotivo

Public Methods

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

Private Methods

Method Description
CreateKernel ( ) : IKernel

Creates the kernel that will manage your application.

RegisterServices ( IKernel kernel ) : void

Load your modules or register your services here!

Method Details

Start() public static method

public static Start ( ) : void
return void

Stop() public static method

public static Stop ( ) : void
return void