C# Class Deeply.Extras.DeeplyRegistrationModule

Registers Deeply types.
Inheritance: Autofac.Module
Show file Open project: jsnape/deeply

Protected Methods

Method Description
Load ( ContainerBuilder builder ) : void

Loads the supplied builder with module specific types.

Method Details

Load() protected method

Loads the supplied builder with module specific types.
protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder Container builder instance.
return void