Exemplo n.º 1
0
 public PresenterController(IRepositoryPresenter repository)
 {
     _repositoryPresenter = repository;
 }
Exemplo n.º 2
0
 internal void AddRepositoryPresenter(IRepositoryPresenter repositoryPresenter)
 {
     this.AddPresenter(GlobalPresenter.RepositoryPresenterKey, repositoryPresenter);
 }