C# 클래스 Deeply.Extras.DeeplyRegistrationModule

Registers Deeply types.
상속: Autofac.Module
파일 보기 프로젝트 열기: jsnape/deeply

보호된 메소드들

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

Loads the supplied builder with module specific types.

메소드 상세

Load() 보호된 메소드

Loads the supplied builder with module specific types.
protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder Container builder instance.
리턴 void