Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DpdWebApi
Controllers
RouteController
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