Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
ActionFilters
APIs
CarsController
C# Class ActionFilters.APIs.CarsController
Inheritance:
ApiController
Afficher le fichier
Open project: tugberkugurlu/ProWebAPI.Samples
Méthodes publiques
Méthode
Description
GetCar
(
int
id
) :
Car
GetCars
( ) :
IEnumerable
Private Methods
Méthode
Description
PostCar
(
Car
car
) :
HttpResponseMessage
Method Details
GetCar()
public
méthode
public
GetCar
(
int
id
) :
Car
id
int
Résultat
ActionFilters.Models.Car
GetCars()
public
méthode
public
GetCars
( ) :
IEnumerable
Résultat
IEnumerable