C# Class DropkicKExample.infrastructure.app.registration.ContainerBinding

The main inversion container registration for the application. Look for other container bindings in client projects.
Inheritance: Ninject.Modules.NinjectModule
Show file Open project: ferventcoder/presentations

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