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
Core
CustomerRepository
C# Class Core.CustomerRepository
Inheritance:
ICustomerRepository
显示文件
Open project: jeffreypalermo/mvc2inaction
Public Methods
Method
Description
GetAll
( ) :
IEnumerable
GetById
(
int
id
) :
Customer
Method Details
GetAll()
public
method
public
GetAll
( ) :
IEnumerable
return
IEnumerable
GetById()
public
method
public
GetById
(
int
id
) :
Customer
id
int
return
Customer