C# 클래스 Core.CustomerRepository

상속: ICustomerRepository
파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction

공개 메소드들

메소드 설명
GetAll ( ) : IEnumerable
GetById ( int id ) : Customer

메소드 상세

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

GetById() 공개 메소드

public GetById ( int id ) : Customer
id int
리턴 Customer