C# 클래스 com.openrest.v1_1.COpenrestClient

상속: IOpenrestClient
파일 보기 프로젝트 열기: wix/openrest4net

공개 메소드들

메소드 설명
COpenrestClient ( ) : System
GetRestaurantFullInfo ( string restaurantId ) : IRestaurantFullInfo
Init ( string apiUri ) : void

메소드 상세

COpenrestClient() 공개 메소드

public COpenrestClient ( ) : System
리턴 System

GetRestaurantFullInfo() 공개 메소드

public GetRestaurantFullInfo ( string restaurantId ) : IRestaurantFullInfo
restaurantId string
리턴 IRestaurantFullInfo

Init() 공개 메소드

public Init ( string apiUri ) : void
apiUri string
리턴 void