C# 클래스 AspNet.StarterKits.Classifieds.BusinessLogicLayer.LocationsDB

파일 보기 프로젝트 열기: mono/gert

공개 메소드들

메소드 설명
GetAllLocations ( ) : LocationsDataComponent.LocationsDataTable
InsertLocation ( string name ) : void
RemoveLocation ( int locationId ) : void

비공개 메소드들

메소드 설명
LocationsDB ( ) : System

메소드 상세

GetAllLocations() 공개 정적인 메소드

public static GetAllLocations ( ) : LocationsDataComponent.LocationsDataTable
리턴 LocationsDataComponent.LocationsDataTable

InsertLocation() 공개 정적인 메소드

public static InsertLocation ( string name ) : void
name string
리턴 void

RemoveLocation() 공개 정적인 메소드

public static RemoveLocation ( int locationId ) : void
locationId int
리턴 void