C# Class Core.CustomerRepository

Inheritance: ICustomerRepository
Afficher le fichier Open project: jeffreypalermo/mvc2inaction

Méthodes publiques

Méthode Description
GetAll ( ) : IEnumerable
GetById ( int id ) : Customer

Method Details

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable

GetById() public méthode

public GetById ( int id ) : Customer
id int
Résultat Customer