C# Class WebApiSeed.Data.Configuration.Ioc.DataInstaller

DataInstaller Clas
Afficher le fichier Open project: MakingSense/webapi-seed

Méthodes publiques

Méthode Description
Register ( ContainerBuilder &builder ) : void

Registers the specified builder.

Method Details

Register() public static méthode

Registers the specified builder.
public static Register ( ContainerBuilder &builder ) : void
builder Autofac.ContainerBuilder The builder.
Résultat void