C# Класс ServiceLayer.Startup.ServiceLayerInitialise

This handles the initialisation of this layer and any other layers
Показать файл Открыть проект

Открытые методы

Метод Описание
InitialiseThis ( bool isAzure, bool canCreateDatabase ) : void

This should be called at Startup

Описание методов

InitialiseThis() публичный статический Метод

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
Результат void