C# Class Cqrs.Configuration.CqrsAspNetModule

Inheritance: Ninject.Modules.NinjectModule
Mostra file Open project: fkalseth/tasknotes

Public Methods

Method Description
CqrsAspNetModule ( string eventStoragePath ) : Cqrs.Commands
Load ( ) : void

Method Details

CqrsAspNetModule() public method

public CqrsAspNetModule ( string eventStoragePath ) : Cqrs.Commands
eventStoragePath string
return Cqrs.Commands

Load() public method

public Load ( ) : void
return void