public NasokaPresenter(IView view) { _view = view; nasokaDB = new NasokaDB(); predmetiNasokaDB = new PredmetiNasokaDB(); }
public PretplataPredmetPresenter(IView view) { this._view = view; this._predmetNasokaDB = new PredmetiNasokaDB(); }