UnityConfig.RegisterTypes Method

Template MVC

UnityConfigRegisterTypes Method

Automaticly registers the type mappings with the Unity container by convetions.

Namespace:  Template.Web.CompositionRoot
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void RegisterTypes(
	IUnityContainer container
)

Parameters

container
Type: IUnityContainer
The unity container to configure.
See Also