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
NancyTutorial
CarRepository
C# Class NancyTutorial.CarRepository
Inheritance:
ICarRepository
Afficher le fichier
Open project: danswain/NancyTutorial
Méthodes publiques
Méthode
Description
GetById
(
int
id
) :
Car
GetListOf
(
BrowseCarQuery
carQuery
) :
IList
Method Details
GetById()
public
méthode
public
GetById
(
int
id
) :
Car
id
int
Résultat
Car
GetListOf()
public
méthode
public
GetListOf
(
BrowseCarQuery
carQuery
) :
IList
carQuery
BrowseCarQuery
Résultat
IList