C# Class Affecto.Patterns.Domain.UnitOfWork.Autofac.UnitOfWorkDomainModule

Inheritance: Affecto.Patterns.Domain.Autofac.DomainModule
Datei anzeigen Open project: affecto/dotnet-Patterns.Domain

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