C# Class MsFest.ReactiveUI.Wpf.ViewModels.PersonRepository

Inheritance: IPersonRepository
ファイルを表示 Open project: jiravanet/Prezentace-ReactiveUI

Public Methods

Method Description
AddPerson ( Person person ) : void
PersonRepository ( ) : System.Collections.Generic
RetrievePersonsAsync ( ) : Task>

Private Methods

Method Description
FillPersons ( ) : void

Method Details

AddPerson() public method

public AddPerson ( Person person ) : void
person Person
return void

PersonRepository() public method

public PersonRepository ( ) : System.Collections.Generic
return System.Collections.Generic

RetrievePersonsAsync() public method

public RetrievePersonsAsync ( ) : Task>
return Task>