Exemplo n.º 1
0
 public EditSumFormulaPresenter(IEditSumFormulaView view, ISumFormulaToDTOSumFormulaMapper sumFormulaToDTOSumFormulaMapper, IDescriptorConditionListPresenter <SumFormula> descriptorConditionListPresenter,
                                IMoBiFormulaTask moBiFormulaTask, IDisplayUnitRetriever displayUnitRetriever)
     : base(view, displayUnitRetriever)
 {
     _sumFormulaToDTOSumFormulaMapper  = sumFormulaToDTOSumFormulaMapper;
     _descriptorConditionListPresenter = descriptorConditionListPresenter;
     _view.AddDescriptorConditionListView(_descriptorConditionListPresenter.View);
     AddSubPresenters(_descriptorConditionListPresenter);
     _moBiFormulaTask = moBiFormulaTask;
 }