C# Class Docary.App_Start.NinjectMVC3

Afficher le fichier Open project: JefClaes/Docary

Méthodes publiques

Méthode Description
CreateKernel ( ) : IKernel
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Register ( IKernel kernel ) : void
RegisterAssemblers ( IKernel kernel ) : void
RegisterRepositories ( IKernel kernel ) : void
RegisterServices ( IKernel kernel ) : void

Method Details

CreateKernel() public static méthode

public static CreateKernel ( ) : IKernel
Résultat IKernel

Start() public static méthode

public static Start ( ) : void
Résultat void

Stop() public static méthode

public static Stop ( ) : void
Résultat void