C# Class NetPonto.Web.Modules.InfrastructureModule

Inheritance: Autofac.Module
Afficher le fichier Open project: JorgeMCSilva/NetPonto

Méthodes publiques

Méthode Description
InfrastructureModule ( Assembly assemblyWithInfrastructure, string connectionString ) : System

Méthodes protégées

Méthode Description
Load ( ContainerBuilder builder ) : void

Method Details

InfrastructureModule() public méthode

public InfrastructureModule ( Assembly assemblyWithInfrastructure, string connectionString ) : System
assemblyWithInfrastructure System.Reflection.Assembly
connectionString string
Résultat System

Load() protected méthode

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
Résultat void