C# Class InjectableWebForms.Persistence.Impl.StaticPersonRepository

Inheritance: IPersonRepository
Afficher le fichier Open project: jglozano/samples

Méthodes publiques

Méthode Description
Create ( Person person ) : void
Retrieve ( ) : IList

Private Methods

Méthode Description
LoadList ( ) : void
StaticPersonRepository ( ) : System

Method Details

Create() public méthode

public Create ( Person person ) : void
person Domain.Person
Résultat void

Retrieve() public méthode

public Retrieve ( ) : IList
Résultat IList