C# Class ServiceLayer.Startup.ServiceLayerInitialise

This handles the initialisation of this layer and any other layers
Mostra file Open project: JonPSmith/SampleMvcWebApp

Public Methods

Method Description
InitialiseThis ( bool isAzure, bool canCreateDatabase ) : void

This should be called at Startup

Method Details

InitialiseThis() public static method

This should be called at Startup
public static InitialiseThis ( bool isAzure, bool canCreateDatabase ) : void
isAzure bool true if working with azure database
canCreateDatabase bool true if the database provider allows the app to drop/create a database
return void