C# Class ServiceLayer.Startup.ServiceLayerInitialise

This handles the initialisation of this layer and any other layers
Afficher le fichier Open project: JonPSmith/SampleMvcWebApp

Méthodes publiques

Méthode Description
InitialiseThis ( bool isAzure, bool canCreateDatabase ) : void

This should be called at Startup

Method Details

InitialiseThis() public static méthode

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
Résultat void