C# 클래스 Web.DBAccess.DealsDB

파일 보기 프로젝트 열기: jediskywalker/RTDeals

공개 메소드들

메소드 설명
GetAllDealSource ( ) : List
GetDealPetternByName ( string SourceName ) : List
GetDealsSourceByName ( string SourceName ) : List

메소드 상세

GetAllDealSource() 공개 정적인 메소드

public static GetAllDealSource ( ) : List
리턴 List

GetDealPetternByName() 공개 정적인 메소드

public static GetDealPetternByName ( string SourceName ) : List
SourceName string
리턴 List

GetDealsSourceByName() 공개 정적인 메소드

public static GetDealsSourceByName ( string SourceName ) : List
SourceName string
리턴 List