BoxDetails.Presenter.BoxDetailsPresenter.BoxDetailsPresenter C# (CSharp) Method

BoxDetailsPresenter() public method

Initializes a new instance of the BoxDetailsPresenter class.
public BoxDetailsPresenter ( IRecordView view ) : System
view IRecordView The view.
return System
        public BoxDetailsPresenter(IRecordView view )
        {
            if (view == null) throw new Exception("view cannot be null");
            _recordView = view;
        }

Same methods

BoxDetailsPresenter::BoxDetailsPresenter ( ISearchView view ) : System