C# Class MusicStore.Web.App_Start.UnityWebApiActivator

Provides the bootstrapping for integrating Unity with WebApi when it is hosted in ASP.NET
Mostrar archivo Open project: jvaleroso/MusicStoreAngularVersion

Public Methods

Method Description
Shutdown ( ) : void

Disposes the Unity container when the application is shut down.

Start ( ) : void

Integrates Unity when the application starts.

Method Details

Shutdown() public static method

Disposes the Unity container when the application is shut down.
public static Shutdown ( ) : void
return void

Start() public static method

Integrates Unity when the application starts.
public static Start ( ) : void
return void