C# Class NetPonto.Web.Modules.InfrastructureModule

Inheritance: Autofac.Module
Exibir arquivo Open project: JorgeMCSilva/NetPonto

Public Methods

Method Description
InfrastructureModule ( Assembly assemblyWithInfrastructure, string connectionString ) : System

Protected Methods

Method Description
Load ( ContainerBuilder builder ) : void

Method Details

InfrastructureModule() public method

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

Load() protected method

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
return void