C# 클래스 ServiceLayer.Startup.ServiceLayerInitialise

This handles the initialisation of this layer and any other layers
파일 보기 프로젝트 열기: JonPSmith/SampleMvcWebApp

공개 메소드들

메소드 설명
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