private LinhVucPresenter(ILinhVucForm _view, ILinhVucRepository _repository, IModelStateWraper _state) { state = _state; view = _view; repository = _repository; _view.Presenter = this; }
public LinhVucPresenter(ILinhVucForm _view, IModelStateWraper _state) : this(_view, new LinhVucRepository(), _state) { //state = _state; //view = _view; //repository = _repository; //_view.Presenter = this; }