C# Class Cares.Web.MvcApplication

Inheritance: System.Web.HttpApplication
Show file Open project: innoist/GF-FRS

Protected Methods

Method Description
Application_AcquireRequestState ( object sender, EventArgs e ) : void

Event that fires on each request

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_AcquireRequestState() protected method

Event that fires on each request
protected Application_AcquireRequestState ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void