C# Class ChessSharp.Web.App_Start.NinjectWebCommon

Afficher le fichier Open project: colin-higgins/ChessSharp

Méthodes publiques

Méthode Description
Start ( ) : void

Starts the application

Stop ( ) : void

Stops the application.

Private Methods

Méthode 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 méthode

Starts the application
public static Start ( ) : void
Résultat void

Stop() public static méthode

Stops the application.
public static Stop ( ) : void
Résultat void