C# 클래스 DpdWebApi.Controllers.RouteController

상속: ApiController
파일 보기 프로젝트 열기: hres/api-dpd

공개 메소드들

메소드 설명
GetAllRoute ( string lang ) : IEnumerable
GetRouteByID ( int id, string lang ) : Route

메소드 상세

GetAllRoute() 공개 메소드

public GetAllRoute ( string lang ) : IEnumerable
lang string
리턴 IEnumerable

GetRouteByID() 공개 메소드

public GetRouteByID ( int id, string lang ) : Route
id int
lang string
리턴 Route