C# Class Affecto.Patterns.Cqrs.Autofac.CqrsModule

Inheritance: Autofac.Module
Afficher le fichier Open project: affecto/dotnet-Patterns.Cqrs

Méthodes protégées

Méthode Description
Load ( ContainerBuilder builder ) : void

Adds registrations to the container.

Method Details

Load() protected méthode

Adds registrations to the container.
protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder The builder through which components can be registered.
Résultat void