C# Class Crow.Library.Bootstrappers.CrowModule

Module for crow.
Inheritance: IModule
Show file Open project: msusur/Crowfx

Public Methods

Method Description
Install ( IInjectionContainer container, IQueryStore queryStore ) : void

Installs the crow components.

Method Details

Install() public method

Installs the crow components.
public Install ( IInjectionContainer container, IQueryStore queryStore ) : void
container IInjectionContainer
queryStore IQueryStore
return void