Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
NancyTutorial
CarRepository
C# Class NancyTutorial.CarRepository
Inheritance:
ICarRepository
Show file
Open project: danswain/NancyTutorial
Public Methods
Method
Description
GetById
(
int
id
) :
Car
GetListOf
(
BrowseCarQuery
carQuery
) :
IList
Method Details
GetById()
public
method
public
GetById
(
int
id
) :
Car
id
int
return
Car
GetListOf()
public
method
public
GetListOf
(
BrowseCarQuery
carQuery
) :
IList
carQuery
BrowseCarQuery
return
IList