public UstanovaPresenter(IView view) { _view = view; ustanovaDB = new UstanovaDB(); institucijaDB = new InstituciiDB(); }
public InstitucjaPresenter(IView view) { _view = view; instDB = new InstituciiDB(); }