C# Class Afterglow.Infrastructure.Test_DependencyResolver.ModuleA

Inheritance: Module
Mostra file Open project: Christof/afterglow

Protected Methods

Method Description
Load ( ContainerBuilder builder ) : void

Override to add registrations to the container.

Method Details

Load() protected method

Override to add registrations to the container.
protected Load ( ContainerBuilder builder ) : void
builder ContainerBuilder The builder.
return void