C# Class Netsy.Favorites.UnityConfiguration

Configure a container with Netsy Services
ファイルを表示 Open project: AnthonySteele/Netsy

Public Methods

Method 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 method

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

RegisterServiceTypes() public static method

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