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