C# Class Affecto.Patterns.Domain.Autofac.DomainModule

Inheritance: Autofac.Module
显示文件 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