C# Class BinaryStudio.TaskManager.Web.NinjectModules.MainInjectModule

Registers types in NInject IoC container
Inheritance: Ninject.Modules.NinjectModule
Show file Open project: dv00d00/BinaryStudio.TaskManager

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