C# Class Badges.App_Start.DbInitializer

Show file Open project: ucdavis/Badges

Public Methods

Method Description
PreStart ( ) : void

PreStart for the UCDArch Application configures the model binding, db, and IoC container

ResetDb ( ) : void

Private Methods

Method Description
PopulateDb ( FluentConfiguration config ) : void
PopulateLookups ( ISession session ) : void

Method Details

PreStart() public static method

PreStart for the UCDArch Application configures the model binding, db, and IoC container
public static PreStart ( ) : void
return void

ResetDb() public static method

public static ResetDb ( ) : void
return void