C# 클래스 RoutingIntro.Controllers.CarsController

상속: ApiController
파일 보기 프로젝트 열기: tugberkugurlu/ProWebAPI.Samples

공개 메소드들

메소드 설명
Get ( int id ) : string
Get ( ) : string[]
GetCarsByMake ( string make ) : string[]
GetCarsByMakeByType ( string make, string type ) : string[]
GetCarsByType ( string type ) : string[]

메소드 상세

Get() 공개 메소드

public Get ( int id ) : string
id int
리턴 string

Get() 공개 메소드

public Get ( ) : string[]
리턴 string[]

GetCarsByMake() 공개 메소드

public GetCarsByMake ( string make ) : string[]
make string
리턴 string[]

GetCarsByMakeByType() 공개 메소드

public GetCarsByMakeByType ( string make, string type ) : string[]
make string
type string
리턴 string[]

GetCarsByType() 공개 메소드

public GetCarsByType ( string type ) : string[]
type string
리턴 string[]