C# Class BizLayer.Startup.BizLayerModule

Inheritance: Autofac.Module
Afficher le fichier Open project: JonPSmith/SampleMvcWebApp

Méthodes protégées

Méthode Description
Load ( ContainerBuilder builder ) : void

This registers all items in service layer and below

Method Details

Load() protected méthode

This registers all items in service layer and below
protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
Résultat void