C# Class Netsy.Favorites.UnityConfiguration

Configure a container with Netsy Services
Afficher le fichier Open project: AnthonySteele/Netsy

Méthodes publiques

Méthode Description
RegisterEtsyContext ( IUnityContainer container ) : void

COnfigure the injection of the Etsy context

RegisterServiceTypes ( IUnityContainer container ) : void

Configure the mappings of interfaces to types for the IOC container

Method Details

RegisterEtsyContext() public static méthode

COnfigure the injection of the Etsy context
public static RegisterEtsyContext ( IUnityContainer container ) : void
container IUnityContainer the container to populate
Résultat void

RegisterServiceTypes() public static méthode

Configure the mappings of interfaces to types for the IOC container
public static RegisterServiceTypes ( IUnityContainer container ) : void
container IUnityContainer the container to populate
Résultat void