Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
BurningPlate
Repositories
SqlRestaurantRepository
C# Class BurningPlate.Repositories.SqlRestaurantRepository
Inheritance:
IRestaurantRepository
显示文件
Open project: claco/burningplate.com
Public Methods
Method
Description
All
( ) :
IQueryable
GetById
(
System.Guid
id
) :
Restaurant
Method Details
All()
public
method
public
All
( ) :
IQueryable
return
IQueryable
GetById()
public
method
public
GetById
(
System.Guid
id
) :
Restaurant
id
System.Guid
return
BurningPlate.Models.Restaurant