C# 클래스 Hal.PlayAround.Repositories.PersonRepository

상속: IPersonRepository
파일 보기 프로젝트 열기: robdmoore/Hal.PlayAround

공개 메소드들

메소드 설명
Delete ( int id ) : void
Get ( int id ) : Person
GetAll ( ) : IEnumerable
Insert ( Person person ) : void
PersonRepository ( ) : System.Collections.Generic
Update ( Person person ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( int id ) : void
id int
리턴 void

Get() 공개 메소드

public Get ( int id ) : Person
id int
리턴 Hal.PlayAround.Models.Person

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

Insert() 공개 메소드

public Insert ( Person person ) : void
person Hal.PlayAround.Models.Person
리턴 void

PersonRepository() 공개 메소드

public PersonRepository ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( Person person ) : void
person Hal.PlayAround.Models.Person
리턴 void