C# Class Cares.WebApi.MvcApplication

Inheritance: System.Web.HttpApplication
Mostrar archivo Open project: innoist/GF-FRS

Protected Methods

Method Description
Application_Start ( ) : void

Private Methods

Method Description
ConfigureLogger ( ) : void

Configure Logger

CreateUnityContainer ( ) : IUnityContainer

Create the unity container

RegisterIoC ( ) : void

Register unity

RegisterTypes ( ) : void

Register types with the IoC

Method Details

Application_Start() protected method

protected Application_Start ( ) : void
return void