C# 클래스 Affecto.Patterns.Domain.UnitOfWork.Autofac.UnitOfWorkDomainModule

상속: Affecto.Patterns.Domain.Autofac.DomainModule
파일 보기 프로젝트 열기: affecto/dotnet-Patterns.Domain

보호된 메소드들

메소드 설명
Load ( ContainerBuilder builder ) : void

Adds registrations to the container.

메소드 상세

Load() 보호된 메소드

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