C# Class SampleApplication.Services.ValuesService.ValuesModule

Module for the values provider
Inheritance: Ninject.Modules.NinjectModule
ファイルを表示 Open project: ninject/Ninject.Web.WebApi

Public Methods

Method Description
Load ( ) : void

Loads the module into the kernel.

Method Details

Load() public method

Loads the module into the kernel.
public Load ( ) : void
return void