C# Class InjectableWebForms.Presenters.Impl.PersonListPresenter

Inheritance: IPersonListPresenter
Show file Open project: jglozano/samples

Public Methods

Method Description
Associate ( IPersonListView view ) : void
LoadList ( ) : void
PersonListPresenter ( IPersonRepository repository ) : System

Method Details

Associate() public method

public Associate ( IPersonListView view ) : void
view IPersonListView
return void

LoadList() public method

public LoadList ( ) : void
return void

PersonListPresenter() public method

public PersonListPresenter ( IPersonRepository repository ) : System
repository IPersonRepository
return System