C# Class Utilities.ORM.Manager.Module.ORMModule

ORM module
Inheritance: IModule
Mostra file Open project: JaCraig/Craig-s-Utility-Library

Public Methods

Method Description
Load ( IBootstrapper Bootstrapper ) : void

Loads the module

Method Details

Load() public method

Loads the module
public Load ( IBootstrapper Bootstrapper ) : void
Bootstrapper IBootstrapper Bootstrapper to register with
return void