C# Класс NetPonto.Web.Modules.InfrastructureModule

Наследование: Autofac.Module
Показать файл Открыть проект

Открытые методы

Метод Описание
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