C# Class BizLayer.Startup.BizLayerModule

Inheritance: Autofac.Module
Show file Open project: JonPSmith/SampleMvcWebApp

Protected Methods

Method Description
Load ( ContainerBuilder builder ) : void

This registers all items in service layer and below

Method Details

Load() protected method

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