C# Класс MusicStore.Web.App_Start.UnityWebApiActivator

Provides the bootstrapping for integrating Unity with WebApi when it is hosted in ASP.NET
Показать файл Открыть проект

Открытые методы

Метод Описание
Shutdown ( ) : void

Disposes the Unity container when the application is shut down.

Start ( ) : void

Integrates Unity when the application starts.

Описание методов

Shutdown() публичный статический Метод

Disposes the Unity container when the application is shut down.
public static Shutdown ( ) : void
Результат void

Start() публичный статический Метод

Integrates Unity when the application starts.
public static Start ( ) : void
Результат void