Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ActionSelectionLogic
APIs
CarsController
Get
ActionSelectionLogic.APIs.CarsController.Get C# (CSharp) 메소드
CarsController 1 문서
파일 보기
프로젝트 열기: tugberkugurlu/AdvancedWebAPI
Get()
공개
메소드
public
Get
( ) :
IEnumerable
리턴
IEnumerable
public IEnumerable<Car> Get() { return _carsCtx.All; }
Same methods
CarsController::
Get
(
string
make
) :
IEnumerable
CarsController::
Get
(
string
make
,
int
year
) :
IEnumerable
CarsController
Get
GetCar