C# Class Hal.PlayAround.Repositories.PersonRepository

Inheritance: IPersonRepository
Afficher le fichier Open project: robdmoore/Hal.PlayAround

Méthodes publiques

Méthode Description
Delete ( int id ) : void
Get ( int id ) : Person
GetAll ( ) : IEnumerable
Insert ( Person person ) : void
PersonRepository ( ) : System.Collections.Generic
Update ( Person person ) : void

Method Details

Delete() public méthode

public Delete ( int id ) : void
id int
Résultat void

Get() public méthode

public Get ( int id ) : Person
id int
Résultat Hal.PlayAround.Models.Person

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable

Insert() public méthode

public Insert ( Person person ) : void
person Hal.PlayAround.Models.Person
Résultat void

PersonRepository() public méthode

public PersonRepository ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Update() public méthode

public Update ( Person person ) : void
person Hal.PlayAround.Models.Person
Résultat void