C# Class Deeply.Extras.DeeplyRegistrationModule

Registers Deeply types.
Inheritance: Autofac.Module
Afficher le fichier Open project: jsnape/deeply

Méthodes protégées

Méthode Description
Load ( ContainerBuilder builder ) : void

Loads the supplied builder with module specific types.

Method Details

Load() protected méthode

Loads the supplied builder with module specific types.
protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder Container builder instance.
Résultat void