C# 클래스 NetPonto.Web.Modules.InfrastructureModule

상속: Autofac.Module
파일 보기 프로젝트 열기: JorgeMCSilva/NetPonto

공개 메소드들

메소드 설명
InfrastructureModule ( Assembly assemblyWithInfrastructure, string connectionString ) : System

보호된 메소드들

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

메소드 상세

InfrastructureModule() 공개 메소드

public InfrastructureModule ( Assembly assemblyWithInfrastructure, string connectionString ) : System
assemblyWithInfrastructure System.Reflection.Assembly
connectionString string
리턴 System

Load() 보호된 메소드

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
리턴 void