C# Class Core.CustomerRepository

Inheritance: ICustomerRepository
Show file 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