C# Class Prototype.Service.Modules.DependancyModule

Niject Module to load and manage dependancies across the lifetime of the service
Inheritance: Ninject.Modules.NinjectModule
Mostrar archivo Open project: radicalgeek/SampleMicroservice

Public Methods

Method Description
Load ( ) : void

Bind Interfaces to implimentations for dependancy injection

Method Details

Load() public method

Bind Interfaces to implimentations for dependancy injection
public Load ( ) : void
return void