C# Class Affecto.Patterns.Cqrs.Autofac.CqrsModule

Inheritance: Autofac.Module
Datei anzeigen Open project: affecto/dotnet-Patterns.Cqrs

Protected Methods

Method Description
Load ( ContainerBuilder builder ) : void

Adds registrations to the container.

Method Details

Load() protected method

Adds registrations to the container.
protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder The builder through which components can be registered.
return void