Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Core
CustomerRepository
C# Class Core.CustomerRepository
Inheritance:
ICustomerRepository
Mostrar archivo
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